Shades of Cerulean #046A95
Tints of Cerulean #046A95
RGB
CMYK
RGB Variations
Color information
#046A95 (or 0x046A95) is known color: Cerulean. HEX triplet: 04, 6A and 95. RGB value is (4,106,149). Sum of RGB (Red+Green+Blue) = 4+106+149=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #046A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046A95 is #FB956A. Grayscale: #505050. Windows color (decimal): -16487787 or 9792004. OLE color: 9792004.
HSL color Cylindrical-coordinate representation of color #046A95: hue angle of 197.79º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046A95 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 106 | 149 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.42 |
| HSL | 197.79º | 0.95% | 0.3% | - |
| HSV(B) | 197.79º | 0.97% | 0.58% | - |
| XYZ | 10.63 | 12.5 | 30.29 | - |
| YUV | 80.4 | 166.71 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 149 | 0.97 | 0.29 | 0 | 0.42 | 197.79 | 0.95 | 0.3 |
| Hex | 4 | 6A | 95 | 61 | 1D | 0 | 2A | C6 | 5F | 1E |
| Octal | 4 | 152 | 225 | 141 | 35 | 0 | 52 | 306 | 137 | 36 |
| Binary | 100 | 1101010 | 10010101 | 1100001 | 11101 | 0 | 101010 | 11000110 | 1011111 | 11110 |
Color Harmonies of #046A95
Complementary color
Monochromatic Colors of #046A95
Black with #046A95
Text Example
Text Example
White with #046A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046A95; }
p { color: rgb(4,106,149); }
H1.HeaderClassName
{
color: #046A95;
}
.AnyTagClassName
{
color: #046A95;
}
</style>
background-color css
<style>
a { background-color: #046A95; }
a { background-color: rgb(4,106,149); }
div.DivClassName
{
background-color: #046A95;
}
.BgClassName
{
background-color: #046A95;
}
</style>
border-color css
<style>
span { border-color: #046A95; }
span { border-color: rgb(4,106,149); }
td.TdClassName
{
border-color: #046A95;
}
.TagClassName
{
border-color: #046A95;
}
</style>