Shades of Cerulean #046295
Tints of Cerulean #046295
RGB
CMYK
RGB Variations
Color information
#046295 (or 0x046295) is known color: Cerulean. HEX triplet: 04, 62 and 95. RGB value is (4,98,149). Sum of RGB (Red+Green+Blue) = 4+98+149=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #046295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046295 is #FB9D6A. Grayscale: #4B4B4B. Windows color (decimal): -16489835 or 9789956. OLE color: 9789956.
HSL color Cylindrical-coordinate representation of color #046295: hue angle of 201.1º 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 #046295 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 98 | 149 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.42 |
| HSL | 201.1º | 0.95% | 0.3% | - |
| HSV(B) | 201.1º | 0.97% | 0.58% | - |
| XYZ | 9.84 | 10.93 | 30.02 | - |
| YUV | 75.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 149 | 0.97 | 0.34 | 0 | 0.42 | 201.1 | 0.95 | 0.3 |
| Hex | 4 | 62 | 95 | 61 | 22 | 0 | 2A | C9 | 5F | 1E |
| Octal | 4 | 142 | 225 | 141 | 42 | 0 | 52 | 311 | 137 | 36 |
| Binary | 100 | 1100010 | 10010101 | 1100001 | 100010 | 0 | 101010 | 11001001 | 1011111 | 11110 |
Color Harmonies of #046295
Complementary color
Monochromatic Colors of #046295
Black with #046295
Text Example
Text Example
White with #046295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046295; }
p { color: rgb(4,98,149); }
H1.HeaderClassName
{
color: #046295;
}
.AnyTagClassName
{
color: #046295;
}
</style>
background-color css
<style>
a { background-color: #046295; }
a { background-color: rgb(4,98,149); }
div.DivClassName
{
background-color: #046295;
}
.BgClassName
{
background-color: #046295;
}
</style>
border-color css
<style>
span { border-color: #046295; }
span { border-color: rgb(4,98,149); }
td.TdClassName
{
border-color: #046295;
}
.TagClassName
{
border-color: #046295;
}
</style>