crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#004a82 hex color - Green - Cool color - Information

#004a82 hex color - Green - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Green

Hex #004a82 Color code in RGB color code model is created after adding 0% red color, 29.02% green color and 50.98% blue color. Hex #004a82 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 43% magenta, 0% yellow and 49% black.

Hex #004a82 color code is between #004488 web safe hex color code and #005577 web safe hex color code. #004488 is the nearest web safe color code. You can see here many more shades of #004a82 color code.

0 Likes 0 Comments | 32 Views

Color Table

Hex Color Code004a82#004a82
RGB Decimal0, 74, 130rgb(0, 74, 130)
RGB Percent0%, 29%, 51%rgb(0%, 29%, 51%)
CSS RGBa0, 74, 130,1rgba(0,74,130,1)
CMYK Modelcmyk(100%,43%,0%,49%)
HSL Color Space206,100% ,25%hsl(206,100% ,25%)
HSV Color Space206°, 100%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000100101010000010
Octal0112202
Decimal074130
Hex004a82

Different shades of #004a82 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #004a82
#0067b5
Dark Shade of #004a82
#002d4f
Saturated Shade of #004a82
#004a82
Desaturated Shade of #004a82
#06497b
Grey scale Shade of #004a82
#414141
Brighten Shade
#19639b
Most Readable Shade
#FFFFFF

Shades of #004a82 color code

Generate more color scales with scales (color stack) generator.

#004a82
#004173
#003965
#003156
#002948
#002039
#00182b
#00101c
#00080e
#000000

Similar Color like #004a82 color

Find visually similar hex color codes nearing to #004a82 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#014b83
#024c84
#034d85
#044e86
#054f87
#065088
#075189
#08528a
#09538b
#0a548c
#0b558d
#0c568e
#0d578f
#0e5890
#004981
#004880
#00477f
#00467e
#00457d
#00447c
#00437b
#00427a
#004179
#004078
#003f77
#003e76
#003d75
#003c74

Monochromatic Color with #004a82

#004a82
#0062ac
#007ad7
#000102
#001a2d
#003257

Tints of #004a82 Color

#004a82
#1c5e8f
#38729d
#5586ab
#719ab9
#8daec7
#aac2d5
#c6d6e3
#e2eaf1
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#004a82
#823800

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#004a82
#820009
#827900

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#007e82
#006482
#004a82
#003082
#001682

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#004a82
#82004a
#4a8200

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#004a82
#790082
#823800
#098200

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#004a82
#823800
#827900
#000982

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #004a82 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#004a82 Color Code Preview on Black Background Color

This is how #004a82 Color will look on black background color. Color contrast ratio is 2.30

#004a82 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#004a82">Your Example Paragraph content text in with font color #004a82 </p>

Your Example Paragraph content text in with font color #004a82

HTML with inline CSS

<div style="color:#004a82">Your Paragraph text in with font color #004a82 </div>

Your Example Paragraph content text in with font color #004a82

#004a82 color code is use for CSS Background Color

Background color for the above div is #004a82

HTML with inline CSS

<div style="background-color:#004a82;"></div>

#004a82 color code is use for CSS Border Color

CSS Border color for the above div is #004a82

HTML with inline CSS

<div style="border:5px solid #004a82;"></div>

CSS Border Left color for the above div is #004a82

HTML with inline CSS

<div style="border-left:5px solid #004a82;"></div>

CSS Border Right color for the above div is #004a82

HTML with inline CSS

<div style="border-right:5px solid #004a82;"></div>

CSS Border Bottom color for the above div is #004a82

HTML with inline CSS

<div style="border-bottom:5px solid #004a82;"></div>

CSS Border Top color for the above div is #004a82

HTML with inline CSS

<div style="border-top:5px solid #004a82;"></div>

#004a82 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#004a82; } .examplecolorclass {color:#004a82; } .examplebordercolor {border:3px solid #004a82; }

#004a82 Color code Preview on White Background

This is how #004a82 Color code will look on white background color. Color contrast ratio is 9.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #004a82; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #004a82; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.