Shades of Cerulean #047CA6
Tints of Cerulean #047CA6
RGB
CMYK
RGB Variations
Color information
#047CA6 (or 0x047CA6) is known color: Cerulean. HEX triplet: 04, 7C and A6. RGB value is (4,124,166). Sum of RGB (Red+Green+Blue) = 4+124+166=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #047CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CA6 is #FB8359. Grayscale: #5C5C5C. Windows color (decimal): -16483162 or 10910724. OLE color: 10910724.
HSL color Cylindrical-coordinate representation of color #047CA6: hue angle of 195.56º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CA6 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 124 | 166 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.35 |
| HSL | 195.56º | 0.95% | 0.33% | - |
| HSV(B) | 195.56º | 0.98% | 0.65% | - |
| XYZ | 14.14 | 17.19 | 38.65 | - |
| YUV | 92.91 | 169.24 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 166 | 0.98 | 0.25 | 0 | 0.35 | 195.56 | 0.95 | 0.33 |
| Hex | 4 | 7C | A6 | 62 | 19 | 0 | 23 | C4 | 5F | 21 |
| Octal | 4 | 174 | 246 | 142 | 31 | 0 | 43 | 304 | 137 | 41 |
| Binary | 100 | 1111100 | 10100110 | 1100010 | 11001 | 0 | 100011 | 11000100 | 1011111 | 100001 |
Color Harmonies of #047CA6
Complementary color
Monochromatic Colors of #047CA6
Black with #047CA6
Text Example
Text Example
White with #047CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CA6; }
p { color: rgb(4,124,166); }
H1.HeaderClassName
{
color: #047CA6;
}
.AnyTagClassName
{
color: #047CA6;
}
</style>
background-color css
<style>
a { background-color: #047CA6; }
a { background-color: rgb(4,124,166); }
div.DivClassName
{
background-color: #047CA6;
}
.BgClassName
{
background-color: #047CA6;
}
</style>
border-color css
<style>
span { border-color: #047CA6; }
span { border-color: rgb(4,124,166); }
td.TdClassName
{
border-color: #047CA6;
}
.TagClassName
{
border-color: #047CA6;
}
</style>