Shades of Cerulean #046F9F
Tints of Cerulean #046F9F
RGB
CMYK
RGB Variations
Color information
#046F9F (or 0x046F9F) is known color: Cerulean. HEX triplet: 04, 6F and 9F. RGB value is (4,111,159). Sum of RGB (Red+Green+Blue) = 4+111+159=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #046F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F9F is #FB9060. Grayscale: #545454. Windows color (decimal): -16486497 or 10448644. OLE color: 10448644.
HSL color Cylindrical-coordinate representation of color #046F9F: hue angle of 198.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046F9F is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 111 | 159 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.38 |
| HSL | 198.58º | 0.95% | 0.32% | - |
| HSV(B) | 198.58º | 0.97% | 0.62% | - |
| XYZ | 11.99 | 13.9 | 34.85 | - |
| YUV | 84.48 | 170.05 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 159 | 0.97 | 0.30 | 0 | 0.38 | 198.58 | 0.95 | 0.32 |
| Hex | 4 | 6F | 9F | 61 | 1E | 0 | 26 | C7 | 5F | 20 |
| Octal | 4 | 157 | 237 | 141 | 36 | 0 | 46 | 307 | 137 | 40 |
| Binary | 100 | 1101111 | 10011111 | 1100001 | 11110 | 0 | 100110 | 11000111 | 1011111 | 100000 |
Color Harmonies of #046F9F
Complementary color
Monochromatic Colors of #046F9F
Black with #046F9F
Text Example
Text Example
White with #046F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F9F; }
p { color: rgb(4,111,159); }
H1.HeaderClassName
{
color: #046F9F;
}
.AnyTagClassName
{
color: #046F9F;
}
</style>
background-color css
<style>
a { background-color: #046F9F; }
a { background-color: rgb(4,111,159); }
div.DivClassName
{
background-color: #046F9F;
}
.BgClassName
{
background-color: #046F9F;
}
</style>
border-color css
<style>
span { border-color: #046F9F; }
span { border-color: rgb(4,111,159); }
td.TdClassName
{
border-color: #046F9F;
}
.TagClassName
{
border-color: #046F9F;
}
</style>