Shades of Cerulean #047AB4
Tints of Cerulean #047AB4
RGB
CMYK
RGB Variations
Color information
#047AB4 (or 0x047AB4) is known color: Cerulean. HEX triplet: 04, 7A and B4. RGB value is (4,122,180). Sum of RGB (Red+Green+Blue) = 4+122+180=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #047AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047AB4 is #FB854B. Grayscale: #5C5C5C. Windows color (decimal): -16483660 or 11827716. OLE color: 11827716.
HSL color Cylindrical-coordinate representation of color #047AB4: hue angle of 199.77º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AB4 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 122 | 180 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.29 |
| HSL | 199.77º | 0.96% | 0.36% | - |
| HSV(B) | 199.77º | 0.98% | 0.71% | - |
| XYZ | 15.25 | 17.24 | 45.7 | - |
| YUV | 93.33 | 176.91 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 180 | 0.98 | 0.32 | 0 | 0.29 | 199.77 | 0.96 | 0.36 |
| Hex | 4 | 7A | B4 | 62 | 20 | 0 | 1D | C8 | 60 | 24 |
| Octal | 4 | 172 | 264 | 142 | 40 | 0 | 35 | 310 | 140 | 44 |
| Binary | 100 | 1111010 | 10110100 | 1100010 | 100000 | 0 | 11101 | 11001000 | 1100000 | 100100 |
Color Harmonies of #047AB4
Complementary color
Monochromatic Colors of #047AB4
Black with #047AB4
Text Example
Text Example
White with #047AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AB4; }
p { color: rgb(4,122,180); }
H1.HeaderClassName
{
color: #047AB4;
}
.AnyTagClassName
{
color: #047AB4;
}
</style>
background-color css
<style>
a { background-color: #047AB4; }
a { background-color: rgb(4,122,180); }
div.DivClassName
{
background-color: #047AB4;
}
.BgClassName
{
background-color: #047AB4;
}
</style>
border-color css
<style>
span { border-color: #047AB4; }
span { border-color: rgb(4,122,180); }
td.TdClassName
{
border-color: #047AB4;
}
.TagClassName
{
border-color: #047AB4;
}
</style>