Shades of Cerulean #0479A2
Tints of Cerulean #0479A2
RGB
CMYK
RGB Variations
Color information
#0479A2 (or 0x0479A2) is known color: Cerulean. HEX triplet: 04, 79 and A2. RGB value is (4,121,162). Sum of RGB (Red+Green+Blue) = 4+121+162=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #0479A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0479A2 is #FB865D. Grayscale: #5A5A5A. Windows color (decimal): -16483934 or 10647812. OLE color: 10647812.
HSL color Cylindrical-coordinate representation of color #0479A2: hue angle of 195.57º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479A2 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 121 | 162 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.36 |
| HSL | 195.57º | 0.95% | 0.33% | - |
| HSV(B) | 195.57º | 0.98% | 0.64% | - |
| XYZ | 13.41 | 16.31 | 36.62 | - |
| YUV | 90.69 | 168.24 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 162 | 0.98 | 0.25 | 0 | 0.36 | 195.57 | 0.95 | 0.33 |
| Hex | 4 | 79 | A2 | 62 | 19 | 0 | 24 | C4 | 5F | 21 |
| Octal | 4 | 171 | 242 | 142 | 31 | 0 | 44 | 304 | 137 | 41 |
| Binary | 100 | 1111001 | 10100010 | 1100010 | 11001 | 0 | 100100 | 11000100 | 1011111 | 100001 |
Color Harmonies of #0479A2
Complementary color
Monochromatic Colors of #0479A2
Black with #0479A2
Text Example
Text Example
White with #0479A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0479A2; }
p { color: rgb(4,121,162); }
H1.HeaderClassName
{
color: #0479A2;
}
.AnyTagClassName
{
color: #0479A2;
}
</style>
background-color css
<style>
a { background-color: #0479A2; }
a { background-color: rgb(4,121,162); }
div.DivClassName
{
background-color: #0479A2;
}
.BgClassName
{
background-color: #0479A2;
}
</style>
border-color css
<style>
span { border-color: #0479A2; }
span { border-color: rgb(4,121,162); }
td.TdClassName
{
border-color: #0479A2;
}
.TagClassName
{
border-color: #0479A2;
}
</style>