Shades of Dark Cerulean #004E92
Tints of Dark Cerulean #004E92
RGB
CMYK
RGB Variations
Color information
#004E92 (or 0x004E92) is known color: Dark Cerulean. HEX triplet: 00, 4E and 92. RGB value is (0,78,146). Sum of RGB (Red+Green+Blue) = 0+78+146=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #004E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E92 is #FFB16D. Grayscale: #3E3E3E. Windows color (decimal): -16757102 or 9588224. OLE color: 9588224.
HSL color Cylindrical-coordinate representation of color #004E92: hue angle of 207.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E92 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 78 | 146 | - |
| CMYK | 1 | 0.47 | 0 | 0.43 |
| HSL | 207.95º | 1% | 0.29% | - |
| HSV(B) | 207.95º | 1% | 0.57% | - |
| XYZ | 7.91 | 7.52 | 28.23 | - |
| YUV | 62.43 | 175.16 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 146 | 1 | 0.47 | 0 | 0.43 | 207.95 | 1 | 0.29 |
| Hex | 0 | 4E | 92 | 64 | 2F | 0 | 2B | D0 | 64 | 1D |
| Octal | 0 | 116 | 222 | 144 | 57 | 0 | 53 | 320 | 144 | 35 |
| Binary | 0 | 1001110 | 10010010 | 1100100 | 101111 | 0 | 101011 | 11010000 | 1100100 | 11101 |
Color Harmonies of #004E92
Complementary color
Monochromatic Colors of #004E92
Black with #004E92
Text Example
Text Example
White with #004E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E92; }
p { color: rgb(0,78,146); }
H1.HeaderClassName
{
color: #004E92;
}
.AnyTagClassName
{
color: #004E92;
}
</style>
background-color css
<style>
a { background-color: #004E92; }
a { background-color: rgb(0,78,146); }
div.DivClassName
{
background-color: #004E92;
}
.BgClassName
{
background-color: #004E92;
}
</style>
border-color css
<style>
span { border-color: #004E92; }
span { border-color: rgb(0,78,146); }
td.TdClassName
{
border-color: #004E92;
}
.TagClassName
{
border-color: #004E92;
}
</style>