Shades of Dark Cerulean #004A6F
Tints of Dark Cerulean #004A6F
RGB
CMYK
RGB Variations
Color information
#004A6F (or 0x004A6F) is known color: Dark Cerulean. HEX triplet: 00, 4A and 6F. RGB value is (0,74,111). Sum of RGB (Red+Green+Blue) = 0+74+111=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #004A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A6F is #FFB590. Grayscale: #373737. Windows color (decimal): -16758161 or 7293440. OLE color: 7293440.
HSL color Cylindrical-coordinate representation of color #004A6F: hue angle of 200º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A6F is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 74 | 111 | - |
| CMYK | 1 | 0.33 | 0 | 0.56 |
| HSL | 200º | 1% | 0.22% | - |
| HSV(B) | 200º | 1% | 0.44% | - |
| XYZ | 5.32 | 6.05 | 15.93 | - |
| YUV | 56.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 111 | 1 | 0.33 | 0 | 0.56 | 200 | 1 | 0.22 |
| Hex | 0 | 4A | 6F | 64 | 21 | 0 | 38 | C8 | 64 | 16 |
| Octal | 0 | 112 | 157 | 144 | 41 | 0 | 70 | 310 | 144 | 26 |
| Binary | 0 | 1001010 | 1101111 | 1100100 | 100001 | 0 | 111000 | 11001000 | 1100100 | 10110 |
Color Harmonies of #004A6F
Complementary color
Monochromatic Colors of #004A6F
Black with #004A6F
Text Example
Text Example
White with #004A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A6F; }
p { color: rgb(0,74,111); }
H1.HeaderClassName
{
color: #004A6F;
}
.AnyTagClassName
{
color: #004A6F;
}
</style>
background-color css
<style>
a { background-color: #004A6F; }
a { background-color: rgb(0,74,111); }
div.DivClassName
{
background-color: #004A6F;
}
.BgClassName
{
background-color: #004A6F;
}
</style>
border-color css
<style>
span { border-color: #004A6F; }
span { border-color: rgb(0,74,111); }
td.TdClassName
{
border-color: #004A6F;
}
.TagClassName
{
border-color: #004A6F;
}
</style>