Shades of Dark Cerulean #004E76
Tints of Dark Cerulean #004E76
RGB
CMYK
RGB Variations
Color information
#004E76 (or 0x004E76) is known color: Dark Cerulean. HEX triplet: 00, 4E and 76. RGB value is (0,78,118). Sum of RGB (Red+Green+Blue) = 0+78+118=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #004E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E76 is #FFB189. Grayscale: #3B3B3B. Windows color (decimal): -16757130 or 7753216. OLE color: 7753216.
HSL color Cylindrical-coordinate representation of color #004E76: hue angle of 200.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E76 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 78 | 118 | - |
| CMYK | 1 | 0.34 | 0 | 0.54 |
| HSL | 200.34º | 1% | 0.23% | - |
| HSV(B) | 200.34º | 1% | 0.46% | - |
| XYZ | 5.99 | 6.76 | 18.13 | - |
| YUV | 59.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 118 | 1 | 0.34 | 0 | 0.54 | 200.34 | 1 | 0.23 |
| Hex | 0 | 4E | 76 | 64 | 22 | 0 | 36 | C8 | 64 | 17 |
| Octal | 0 | 116 | 166 | 144 | 42 | 0 | 66 | 310 | 144 | 27 |
| Binary | 0 | 1001110 | 1110110 | 1100100 | 100010 | 0 | 110110 | 11001000 | 1100100 | 10111 |
Color Harmonies of #004E76
Complementary color
Monochromatic Colors of #004E76
Black with #004E76
Text Example
Text Example
White with #004E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E76; }
p { color: rgb(0,78,118); }
H1.HeaderClassName
{
color: #004E76;
}
.AnyTagClassName
{
color: #004E76;
}
</style>
background-color css
<style>
a { background-color: #004E76; }
a { background-color: rgb(0,78,118); }
div.DivClassName
{
background-color: #004E76;
}
.BgClassName
{
background-color: #004E76;
}
</style>
border-color css
<style>
span { border-color: #004E76; }
span { border-color: rgb(0,78,118); }
td.TdClassName
{
border-color: #004E76;
}
.TagClassName
{
border-color: #004E76;
}
</style>