Shades of Cerulean #046CA2
Tints of Cerulean #046CA2
RGB
CMYK
RGB Variations
Color information
#046CA2 (or 0x046CA2) is known color: Cerulean. HEX triplet: 04, 6C and A2. RGB value is (4,108,162). Sum of RGB (Red+Green+Blue) = 4+108+162=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #046CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046CA2 is #FB935D. Grayscale: #525252. Windows color (decimal): -16487262 or 10644484. OLE color: 10644484.
HSL color Cylindrical-coordinate representation of color #046CA2: hue angle of 200.51º 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 #046CA2 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 108 | 162 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.36 |
| HSL | 200.51º | 0.95% | 0.33% | - |
| HSV(B) | 200.51º | 0.98% | 0.64% | - |
| XYZ | 11.93 | 13.36 | 36.13 | - |
| YUV | 83.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 162 | 0.98 | 0.33 | 0 | 0.36 | 200.51 | 0.95 | 0.33 |
| Hex | 4 | 6C | A2 | 62 | 21 | 0 | 24 | C9 | 5F | 21 |
| Octal | 4 | 154 | 242 | 142 | 41 | 0 | 44 | 311 | 137 | 41 |
| Binary | 100 | 1101100 | 10100010 | 1100010 | 100001 | 0 | 100100 | 11001001 | 1011111 | 100001 |
Color Harmonies of #046CA2
Complementary color
Monochromatic Colors of #046CA2
Black with #046CA2
Text Example
Text Example
White with #046CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CA2; }
p { color: rgb(4,108,162); }
H1.HeaderClassName
{
color: #046CA2;
}
.AnyTagClassName
{
color: #046CA2;
}
</style>
background-color css
<style>
a { background-color: #046CA2; }
a { background-color: rgb(4,108,162); }
div.DivClassName
{
background-color: #046CA2;
}
.BgClassName
{
background-color: #046CA2;
}
</style>
border-color css
<style>
span { border-color: #046CA2; }
span { border-color: rgb(4,108,162); }
td.TdClassName
{
border-color: #046CA2;
}
.TagClassName
{
border-color: #046CA2;
}
</style>