Shades of Cerulean #04709B
Tints of Cerulean #04709B
RGB
CMYK
RGB Variations
Color information
#04709B (or 0x04709B) is known color: Cerulean. HEX triplet: 04, 70 and 9B. RGB value is (4,112,155). Sum of RGB (Red+Green+Blue) = 4+112+155=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #04709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04709B is #FB8F64. Grayscale: #545454. Windows color (decimal): -16486245 or 10186756. OLE color: 10186756.
HSL color Cylindrical-coordinate representation of color #04709B: hue angle of 197.09º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04709B is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 112 | 155 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.39 |
| HSL | 197.09º | 0.95% | 0.31% | - |
| HSV(B) | 197.09º | 0.97% | 0.61% | - |
| XYZ | 11.76 | 13.98 | 33.09 | - |
| YUV | 84.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 155 | 0.97 | 0.28 | 0 | 0.39 | 197.09 | 0.95 | 0.31 |
| Hex | 4 | 70 | 9B | 61 | 1C | 0 | 27 | C5 | 5F | 1F |
| Octal | 4 | 160 | 233 | 141 | 34 | 0 | 47 | 305 | 137 | 37 |
| Binary | 100 | 1110000 | 10011011 | 1100001 | 11100 | 0 | 100111 | 11000101 | 1011111 | 11111 |
Color Harmonies of #04709B
Complementary color
Monochromatic Colors of #04709B
Black with #04709B
Text Example
Text Example
White with #04709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04709B; }
p { color: rgb(4,112,155); }
H1.HeaderClassName
{
color: #04709B;
}
.AnyTagClassName
{
color: #04709B;
}
</style>
background-color css
<style>
a { background-color: #04709B; }
a { background-color: rgb(4,112,155); }
div.DivClassName
{
background-color: #04709B;
}
.BgClassName
{
background-color: #04709B;
}
</style>
border-color css
<style>
span { border-color: #04709B; }
span { border-color: rgb(4,112,155); }
td.TdClassName
{
border-color: #04709B;
}
.TagClassName
{
border-color: #04709B;
}
</style>