Shades of Cerulean #046DB4
Tints of Cerulean #046DB4
RGB
CMYK
RGB Variations
Color information
#046DB4 (or 0x046DB4) is known color: Cerulean. HEX triplet: 04, 6D and B4. RGB value is (4,109,180). Sum of RGB (Red+Green+Blue) = 4+109+180=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #046DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DB4 is #FB924B. Grayscale: #555555. Windows color (decimal): -16486988 or 11824388. OLE color: 11824388.
HSL color Cylindrical-coordinate representation of color #046DB4: hue angle of 204.2º 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 #046DB4 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 109 | 180 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.29 |
| HSL | 204.2º | 0.96% | 0.36% | - |
| HSV(B) | 204.2º | 0.98% | 0.71% | - |
| XYZ | 13.76 | 14.26 | 45.21 | - |
| YUV | 85.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 180 | 0.98 | 0.39 | 0 | 0.29 | 204.2 | 0.96 | 0.36 |
| Hex | 4 | 6D | B4 | 62 | 27 | 0 | 1D | CC | 60 | 24 |
| Octal | 4 | 155 | 264 | 142 | 47 | 0 | 35 | 314 | 140 | 44 |
| Binary | 100 | 1101101 | 10110100 | 1100010 | 100111 | 0 | 11101 | 11001100 | 1100000 | 100100 |
Color Harmonies of #046DB4
Complementary color
Monochromatic Colors of #046DB4
Black with #046DB4
Text Example
Text Example
White with #046DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DB4; }
p { color: rgb(4,109,180); }
H1.HeaderClassName
{
color: #046DB4;
}
.AnyTagClassName
{
color: #046DB4;
}
</style>
background-color css
<style>
a { background-color: #046DB4; }
a { background-color: rgb(4,109,180); }
div.DivClassName
{
background-color: #046DB4;
}
.BgClassName
{
background-color: #046DB4;
}
</style>
border-color css
<style>
span { border-color: #046DB4; }
span { border-color: rgb(4,109,180); }
td.TdClassName
{
border-color: #046DB4;
}
.TagClassName
{
border-color: #046DB4;
}
</style>