Shades of Cerulean #046FB4
Tints of Cerulean #046FB4
RGB
CMYK
RGB Variations
Color information
#046FB4 (or 0x046FB4) is known color: Cerulean. HEX triplet: 04, 6F and B4. RGB value is (4,111,180). Sum of RGB (Red+Green+Blue) = 4+111+180=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #046FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FB4 is #FB904B. Grayscale: #565656. Windows color (decimal): -16486476 or 11824900. OLE color: 11824900.
HSL color Cylindrical-coordinate representation of color #046FB4: hue angle of 203.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FB4 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 111 | 180 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.29 |
| HSL | 203.52º | 0.96% | 0.36% | - |
| HSV(B) | 203.52º | 0.98% | 0.71% | - |
| XYZ | 13.97 | 14.69 | 45.28 | - |
| YUV | 86.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 180 | 0.98 | 0.38 | 0 | 0.29 | 203.52 | 0.96 | 0.36 |
| Hex | 4 | 6F | B4 | 62 | 26 | 0 | 1D | CC | 60 | 24 |
| Octal | 4 | 157 | 264 | 142 | 46 | 0 | 35 | 314 | 140 | 44 |
| Binary | 100 | 1101111 | 10110100 | 1100010 | 100110 | 0 | 11101 | 11001100 | 1100000 | 100100 |
Color Harmonies of #046FB4
Complementary color
Monochromatic Colors of #046FB4
Black with #046FB4
Text Example
Text Example
White with #046FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FB4; }
p { color: rgb(4,111,180); }
H1.HeaderClassName
{
color: #046FB4;
}
.AnyTagClassName
{
color: #046FB4;
}
</style>
background-color css
<style>
a { background-color: #046FB4; }
a { background-color: rgb(4,111,180); }
div.DivClassName
{
background-color: #046FB4;
}
.BgClassName
{
background-color: #046FB4;
}
</style>
border-color css
<style>
span { border-color: #046FB4; }
span { border-color: rgb(4,111,180); }
td.TdClassName
{
border-color: #046FB4;
}
.TagClassName
{
border-color: #046FB4;
}
</style>