Shades of Cerulean #046AAA
Tints of Cerulean #046AAA
RGB
CMYK
RGB Variations
Color information
#046AAA (or 0x046AAA) is known color: Cerulean. HEX triplet: 04, 6A and AA. RGB value is (4,106,170). Sum of RGB (Red+Green+Blue) = 4+106+170=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #046AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046AAA is #FB9555. Grayscale: #525252. Windows color (decimal): -16487766 or 11168260. OLE color: 11168260.
HSL color Cylindrical-coordinate representation of color #046AAA: hue angle of 203.13º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AAA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 106 | 170 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.33 |
| HSL | 203.13º | 0.95% | 0.34% | - |
| HSV(B) | 203.13º | 0.98% | 0.67% | - |
| XYZ | 12.46 | 13.24 | 39.93 | - |
| YUV | 82.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 170 | 0.98 | 0.38 | 0 | 0.33 | 203.13 | 0.95 | 0.34 |
| Hex | 4 | 6A | AA | 62 | 26 | 0 | 21 | CB | 5F | 22 |
| Octal | 4 | 152 | 252 | 142 | 46 | 0 | 41 | 313 | 137 | 42 |
| Binary | 100 | 1101010 | 10101010 | 1100010 | 100110 | 0 | 100001 | 11001011 | 1011111 | 100010 |
Color Harmonies of #046AAA
Complementary color
Monochromatic Colors of #046AAA
Black with #046AAA
Text Example
Text Example
White with #046AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046AAA; }
p { color: rgb(4,106,170); }
H1.HeaderClassName
{
color: #046AAA;
}
.AnyTagClassName
{
color: #046AAA;
}
</style>
background-color css
<style>
a { background-color: #046AAA; }
a { background-color: rgb(4,106,170); }
div.DivClassName
{
background-color: #046AAA;
}
.BgClassName
{
background-color: #046AAA;
}
</style>
border-color css
<style>
span { border-color: #046AAA; }
span { border-color: rgb(4,106,170); }
td.TdClassName
{
border-color: #046AAA;
}
.TagClassName
{
border-color: #046AAA;
}
</style>