Shades of Cerulean #046C99
Tints of Cerulean #046C99
RGB
CMYK
RGB Variations
Color information
#046C99 (or 0x046C99) is known color: Cerulean. HEX triplet: 04, 6C and 99. RGB value is (4,108,153). Sum of RGB (Red+Green+Blue) = 4+108+153=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #046C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046C99 is #FB9366. Grayscale: #515151. Windows color (decimal): -16487271 or 10054660. OLE color: 10054660.
HSL color Cylindrical-coordinate representation of color #046C99: hue angle of 198.12º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C99 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 108 | 153 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.4 |
| HSL | 198.12º | 0.95% | 0.31% | - |
| HSV(B) | 198.12º | 0.97% | 0.6% | - |
| XYZ | 11.16 | 13.05 | 32.07 | - |
| YUV | 82.03 | 168.04 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 153 | 0.97 | 0.29 | 0 | 0.4 | 198.12 | 0.95 | 0.31 |
| Hex | 4 | 6C | 99 | 61 | 1D | 0 | 28 | C6 | 5F | 1F |
| Octal | 4 | 154 | 231 | 141 | 35 | 0 | 50 | 306 | 137 | 37 |
| Binary | 100 | 1101100 | 10011001 | 1100001 | 11101 | 0 | 101000 | 11000110 | 1011111 | 11111 |
Color Harmonies of #046C99
Complementary color
Monochromatic Colors of #046C99
Black with #046C99
Text Example
Text Example
White with #046C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C99; }
p { color: rgb(4,108,153); }
H1.HeaderClassName
{
color: #046C99;
}
.AnyTagClassName
{
color: #046C99;
}
</style>
background-color css
<style>
a { background-color: #046C99; }
a { background-color: rgb(4,108,153); }
div.DivClassName
{
background-color: #046C99;
}
.BgClassName
{
background-color: #046C99;
}
</style>
border-color css
<style>
span { border-color: #046C99; }
span { border-color: rgb(4,108,153); }
td.TdClassName
{
border-color: #046C99;
}
.TagClassName
{
border-color: #046C99;
}
</style>