Shades of Cerulean #046696
Tints of Cerulean #046696
RGB
CMYK
RGB Variations
Color information
#046696 (or 0x046696) is known color: Cerulean. HEX triplet: 04, 66 and 96. RGB value is (4,102,150). Sum of RGB (Red+Green+Blue) = 4+102+150=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #046696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046696 is #FB9969. Grayscale: #4D4D4D. Windows color (decimal): -16488810 or 9856516. OLE color: 9856516.
HSL color Cylindrical-coordinate representation of color #046696: hue angle of 199.73º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046696 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 102 | 150 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.41 |
| HSL | 199.73º | 0.95% | 0.3% | - |
| HSV(B) | 199.73º | 0.97% | 0.59% | - |
| XYZ | 10.31 | 11.73 | 30.58 | - |
| YUV | 78.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 150 | 0.97 | 0.32 | 0 | 0.41 | 199.73 | 0.95 | 0.3 |
| Hex | 4 | 66 | 96 | 61 | 20 | 0 | 29 | C8 | 5F | 1E |
| Octal | 4 | 146 | 226 | 141 | 40 | 0 | 51 | 310 | 137 | 36 |
| Binary | 100 | 1100110 | 10010110 | 1100001 | 100000 | 0 | 101001 | 11001000 | 1011111 | 11110 |
Color Harmonies of #046696
Complementary color
Monochromatic Colors of #046696
Black with #046696
Text Example
Text Example
White with #046696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046696; }
p { color: rgb(4,102,150); }
H1.HeaderClassName
{
color: #046696;
}
.AnyTagClassName
{
color: #046696;
}
</style>
background-color css
<style>
a { background-color: #046696; }
a { background-color: rgb(4,102,150); }
div.DivClassName
{
background-color: #046696;
}
.BgClassName
{
background-color: #046696;
}
</style>
border-color css
<style>
span { border-color: #046696; }
span { border-color: rgb(4,102,150); }
td.TdClassName
{
border-color: #046696;
}
.TagClassName
{
border-color: #046696;
}
</style>