Shades of Cerulean #046FAC
Tints of Cerulean #046FAC
RGB
CMYK
RGB Variations
Color information
#046FAC (or 0x046FAC) is known color: Cerulean. HEX triplet: 04, 6F and AC. RGB value is (4,111,172). Sum of RGB (Red+Green+Blue) = 4+111+172=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #046FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046FAC is #FB9053. Grayscale: #555555. Windows color (decimal): -16486484 or 11300612. OLE color: 11300612.
HSL color Cylindrical-coordinate representation of color #046FAC: hue angle of 201.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FAC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 111 | 172 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.33 |
| HSL | 201.79º | 0.95% | 0.35% | - |
| HSV(B) | 201.79º | 0.98% | 0.67% | - |
| XYZ | 13.18 | 14.37 | 41.11 | - |
| YUV | 85.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 172 | 0.98 | 0.35 | 0 | 0.33 | 201.79 | 0.95 | 0.35 |
| Hex | 4 | 6F | AC | 62 | 23 | 0 | 21 | CA | 5F | 23 |
| Octal | 4 | 157 | 254 | 142 | 43 | 0 | 41 | 312 | 137 | 43 |
| Binary | 100 | 1101111 | 10101100 | 1100010 | 100011 | 0 | 100001 | 11001010 | 1011111 | 100011 |
Color Harmonies of #046FAC
Complementary color
Monochromatic Colors of #046FAC
Black with #046FAC
Text Example
Text Example
White with #046FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FAC; }
p { color: rgb(4,111,172); }
H1.HeaderClassName
{
color: #046FAC;
}
.AnyTagClassName
{
color: #046FAC;
}
</style>
background-color css
<style>
a { background-color: #046FAC; }
a { background-color: rgb(4,111,172); }
div.DivClassName
{
background-color: #046FAC;
}
.BgClassName
{
background-color: #046FAC;
}
</style>
border-color css
<style>
span { border-color: #046FAC; }
span { border-color: rgb(4,111,172); }
td.TdClassName
{
border-color: #046FAC;
}
.TagClassName
{
border-color: #046FAC;
}
</style>