Shades of Cerulean #047495
Tints of Cerulean #047495
RGB
CMYK
RGB Variations
Color information
#047495 (or 0x047495) is known color: Cerulean. HEX triplet: 04, 74 and 95. RGB value is (4,116,149). Sum of RGB (Red+Green+Blue) = 4+116+149=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #047495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047495 is #FB8B6A. Grayscale: #565656. Windows color (decimal): -16485227 or 9794564. OLE color: 9794564.
HSL color Cylindrical-coordinate representation of color #047495: hue angle of 193.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047495 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 116 | 149 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.42 |
| HSL | 193.66º | 0.95% | 0.3% | - |
| HSV(B) | 193.66º | 0.97% | 0.58% | - |
| XYZ | 11.72 | 14.69 | 30.65 | - |
| YUV | 86.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 149 | 0.97 | 0.22 | 0 | 0.42 | 193.66 | 0.95 | 0.3 |
| Hex | 4 | 74 | 95 | 61 | 16 | 0 | 2A | C2 | 5F | 1E |
| Octal | 4 | 164 | 225 | 141 | 26 | 0 | 52 | 302 | 137 | 36 |
| Binary | 100 | 1110100 | 10010101 | 1100001 | 10110 | 0 | 101010 | 11000010 | 1011111 | 11110 |
Color Harmonies of #047495
Complementary color
Monochromatic Colors of #047495
Black with #047495
Text Example
Text Example
White with #047495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047495; }
p { color: rgb(4,116,149); }
H1.HeaderClassName
{
color: #047495;
}
.AnyTagClassName
{
color: #047495;
}
</style>
background-color css
<style>
a { background-color: #047495; }
a { background-color: rgb(4,116,149); }
div.DivClassName
{
background-color: #047495;
}
.BgClassName
{
background-color: #047495;
}
</style>
border-color css
<style>
span { border-color: #047495; }
span { border-color: rgb(4,116,149); }
td.TdClassName
{
border-color: #047495;
}
.TagClassName
{
border-color: #047495;
}
</style>