Shades of Cerulean #046B8E
Tints of Cerulean #046B8E
RGB
CMYK
RGB Variations
Color information
#046B8E (or 0x046B8E) is known color: Cerulean. HEX triplet: 04, 6B and 8E. RGB value is (4,107,142). Sum of RGB (Red+Green+Blue) = 4+107+142=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #046B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046B8E is #FB9471. Grayscale: #4F4F4F. Windows color (decimal): -16487538 or 9333508. OLE color: 9333508.
HSL color Cylindrical-coordinate representation of color #046B8E: hue angle of 195.22º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046B8E is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 107 | 142 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.44 |
| HSL | 195.22º | 0.95% | 0.29% | - |
| HSV(B) | 195.22º | 0.97% | 0.56% | - |
| XYZ | 10.19 | 12.49 | 27.47 | - |
| YUV | 80.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 142 | 0.97 | 0.25 | 0 | 0.44 | 195.22 | 0.95 | 0.29 |
| Hex | 4 | 6B | 8E | 61 | 19 | 0 | 2C | C3 | 5F | 1D |
| Octal | 4 | 153 | 216 | 141 | 31 | 0 | 54 | 303 | 137 | 35 |
| Binary | 100 | 1101011 | 10001110 | 1100001 | 11001 | 0 | 101100 | 11000011 | 1011111 | 11101 |
Color Harmonies of #046B8E
Complementary color
Monochromatic Colors of #046B8E
Black with #046B8E
Text Example
Text Example
White with #046B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B8E; }
p { color: rgb(4,107,142); }
H1.HeaderClassName
{
color: #046B8E;
}
.AnyTagClassName
{
color: #046B8E;
}
</style>
background-color css
<style>
a { background-color: #046B8E; }
a { background-color: rgb(4,107,142); }
div.DivClassName
{
background-color: #046B8E;
}
.BgClassName
{
background-color: #046B8E;
}
</style>
border-color css
<style>
span { border-color: #046B8E; }
span { border-color: rgb(4,107,142); }
td.TdClassName
{
border-color: #046B8E;
}
.TagClassName
{
border-color: #046B8E;
}
</style>