Shades of Dark Cerulean #004A77
Tints of Dark Cerulean #004A77
RGB
CMYK
RGB Variations
Color information
#004A77 (or 0x004A77) is known color: Dark Cerulean. HEX triplet: 00, 4A and 77. RGB value is (0,74,119). Sum of RGB (Red+Green+Blue) = 0+74+119=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #004A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A77 is #FFB588. Grayscale: #383838. Windows color (decimal): -16758153 or 7817728. OLE color: 7817728.
HSL color Cylindrical-coordinate representation of color #004A77: hue angle of 202.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A77 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 74 | 119 | - |
| CMYK | 1 | 0.38 | 0 | 0.53 |
| HSL | 202.69º | 1% | 0.23% | - |
| HSV(B) | 202.69º | 1% | 0.47% | - |
| XYZ | 5.78 | 6.23 | 18.35 | - |
| YUV | 57 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 119 | 1 | 0.38 | 0 | 0.53 | 202.69 | 1 | 0.23 |
| Hex | 0 | 4A | 77 | 64 | 26 | 0 | 35 | CB | 64 | 17 |
| Octal | 0 | 112 | 167 | 144 | 46 | 0 | 65 | 313 | 144 | 27 |
| Binary | 0 | 1001010 | 1110111 | 1100100 | 100110 | 0 | 110101 | 11001011 | 1100100 | 10111 |
Color Harmonies of #004A77
Complementary color
Monochromatic Colors of #004A77
Black with #004A77
Text Example
Text Example
White with #004A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A77; }
p { color: rgb(0,74,119); }
H1.HeaderClassName
{
color: #004A77;
}
.AnyTagClassName
{
color: #004A77;
}
</style>
background-color css
<style>
a { background-color: #004A77; }
a { background-color: rgb(0,74,119); }
div.DivClassName
{
background-color: #004A77;
}
.BgClassName
{
background-color: #004A77;
}
</style>
border-color css
<style>
span { border-color: #004A77; }
span { border-color: rgb(0,74,119); }
td.TdClassName
{
border-color: #004A77;
}
.TagClassName
{
border-color: #004A77;
}
</style>