Shades of Cerulean #046FAA
Tints of Cerulean #046FAA
RGB
CMYK
RGB Variations
Color information
#046FAA (or 0x046FAA) is known color: Cerulean. HEX triplet: 04, 6F and AA. RGB value is (4,111,170). Sum of RGB (Red+Green+Blue) = 4+111+170=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #046FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046FAA is #FB9055. Grayscale: #555555. Windows color (decimal): -16486486 or 11169540. OLE color: 11169540.
HSL color Cylindrical-coordinate representation of color #046FAA: hue angle of 201.33º 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 #046FAA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 111 | 170 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.33 |
| HSL | 201.33º | 0.95% | 0.34% | - |
| HSV(B) | 201.33º | 0.98% | 0.67% | - |
| XYZ | 12.99 | 14.3 | 40.11 | - |
| YUV | 85.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 170 | 0.98 | 0.35 | 0 | 0.33 | 201.33 | 0.95 | 0.34 |
| Hex | 4 | 6F | AA | 62 | 23 | 0 | 21 | C9 | 5F | 22 |
| Octal | 4 | 157 | 252 | 142 | 43 | 0 | 41 | 311 | 137 | 42 |
| Binary | 100 | 1101111 | 10101010 | 1100010 | 100011 | 0 | 100001 | 11001001 | 1011111 | 100010 |
Color Harmonies of #046FAA
Complementary color
Monochromatic Colors of #046FAA
Black with #046FAA
Text Example
Text Example
White with #046FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FAA; }
p { color: rgb(4,111,170); }
H1.HeaderClassName
{
color: #046FAA;
}
.AnyTagClassName
{
color: #046FAA;
}
</style>
background-color css
<style>
a { background-color: #046FAA; }
a { background-color: rgb(4,111,170); }
div.DivClassName
{
background-color: #046FAA;
}
.BgClassName
{
background-color: #046FAA;
}
</style>
border-color css
<style>
span { border-color: #046FAA; }
span { border-color: rgb(4,111,170); }
td.TdClassName
{
border-color: #046FAA;
}
.TagClassName
{
border-color: #046FAA;
}
</style>