Shades of Dark Cerulean #004C76
Tints of Dark Cerulean #004C76
RGB
CMYK
RGB Variations
Color information
#004C76 (or 0x004C76) is known color: Dark Cerulean. HEX triplet: 00, 4C and 76. RGB value is (0,76,118). Sum of RGB (Red+Green+Blue) = 0+76+118=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #004C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C76 is #FFB389. Grayscale: #393939. Windows color (decimal): -16757642 or 7752704. OLE color: 7752704.
HSL color Cylindrical-coordinate representation of color #004C76: hue angle of 201.36º 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 #004C76 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 76 | 118 | - |
| CMYK | 1 | 0.36 | 0 | 0.54 |
| HSL | 201.36º | 1% | 0.23% | - |
| HSV(B) | 201.36º | 1% | 0.46% | - |
| XYZ | 5.85 | 6.48 | 18.08 | - |
| YUV | 58.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 118 | 1 | 0.36 | 0 | 0.54 | 201.36 | 1 | 0.23 |
| Hex | 0 | 4C | 76 | 64 | 24 | 0 | 36 | C9 | 64 | 17 |
| Octal | 0 | 114 | 166 | 144 | 44 | 0 | 66 | 311 | 144 | 27 |
| Binary | 0 | 1001100 | 1110110 | 1100100 | 100100 | 0 | 110110 | 11001001 | 1100100 | 10111 |
Color Harmonies of #004C76
Complementary color
Monochromatic Colors of #004C76
Black with #004C76
Text Example
Text Example
White with #004C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C76; }
p { color: rgb(0,76,118); }
H1.HeaderClassName
{
color: #004C76;
}
.AnyTagClassName
{
color: #004C76;
}
</style>
background-color css
<style>
a { background-color: #004C76; }
a { background-color: rgb(0,76,118); }
div.DivClassName
{
background-color: #004C76;
}
.BgClassName
{
background-color: #004C76;
}
</style>
border-color css
<style>
span { border-color: #004C76; }
span { border-color: rgb(0,76,118); }
td.TdClassName
{
border-color: #004C76;
}
.TagClassName
{
border-color: #004C76;
}
</style>