Shades of Dark Cerulean #004E74
Tints of Dark Cerulean #004E74
RGB
CMYK
RGB Variations
Color information
#004E74 (or 0x004E74) is known color: Dark Cerulean. HEX triplet: 00, 4E and 74. RGB value is (0,78,116). Sum of RGB (Red+Green+Blue) = 0+78+116=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #004E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E74 is #FFB18B. Grayscale: #3A3A3A. Windows color (decimal): -16757132 or 7622144. OLE color: 7622144.
HSL color Cylindrical-coordinate representation of color #004E74: hue angle of 199.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E74 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 78 | 116 | - |
| CMYK | 1 | 0.33 | 0 | 0.55 |
| HSL | 199.66º | 1% | 0.23% | - |
| HSV(B) | 199.66º | 1% | 0.45% | - |
| XYZ | 5.88 | 6.71 | 17.51 | - |
| YUV | 59.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 116 | 1 | 0.33 | 0 | 0.55 | 199.66 | 1 | 0.23 |
| Hex | 0 | 4E | 74 | 64 | 21 | 0 | 37 | C8 | 64 | 17 |
| Octal | 0 | 116 | 164 | 144 | 41 | 0 | 67 | 310 | 144 | 27 |
| Binary | 0 | 1001110 | 1110100 | 1100100 | 100001 | 0 | 110111 | 11001000 | 1100100 | 10111 |
Color Harmonies of #004E74
Complementary color
Monochromatic Colors of #004E74
Black with #004E74
Text Example
Text Example
White with #004E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E74; }
p { color: rgb(0,78,116); }
H1.HeaderClassName
{
color: #004E74;
}
.AnyTagClassName
{
color: #004E74;
}
</style>
background-color css
<style>
a { background-color: #004E74; }
a { background-color: rgb(0,78,116); }
div.DivClassName
{
background-color: #004E74;
}
.BgClassName
{
background-color: #004E74;
}
</style>
border-color css
<style>
span { border-color: #004E74; }
span { border-color: rgb(0,78,116); }
td.TdClassName
{
border-color: #004E74;
}
.TagClassName
{
border-color: #004E74;
}
</style>