Shades of Cerulean #046BAE
Tints of Cerulean #046BAE
RGB
CMYK
RGB Variations
Color information
#046BAE (or 0x046BAE) is known color: Cerulean. HEX triplet: 04, 6B and AE. RGB value is (4,107,174). Sum of RGB (Red+Green+Blue) = 4+107+174=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #046BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046BAE is #FB9451. Grayscale: #535353. Windows color (decimal): -16487506 or 11430660. OLE color: 11430660.
HSL color Cylindrical-coordinate representation of color #046BAE: hue angle of 203.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BAE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 107 | 174 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.32 |
| HSL | 203.65º | 0.96% | 0.35% | - |
| HSV(B) | 203.65º | 0.98% | 0.68% | - |
| XYZ | 12.95 | 13.6 | 41.99 | - |
| YUV | 83.84 | 178.88 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 174 | 0.98 | 0.39 | 0 | 0.32 | 203.65 | 0.96 | 0.35 |
| Hex | 4 | 6B | AE | 62 | 27 | 0 | 20 | CC | 60 | 23 |
| Octal | 4 | 153 | 256 | 142 | 47 | 0 | 40 | 314 | 140 | 43 |
| Binary | 100 | 1101011 | 10101110 | 1100010 | 100111 | 0 | 100000 | 11001100 | 1100000 | 100011 |
Color Harmonies of #046BAE
Complementary color
Monochromatic Colors of #046BAE
Black with #046BAE
Text Example
Text Example
White with #046BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BAE; }
p { color: rgb(4,107,174); }
H1.HeaderClassName
{
color: #046BAE;
}
.AnyTagClassName
{
color: #046BAE;
}
</style>
background-color css
<style>
a { background-color: #046BAE; }
a { background-color: rgb(4,107,174); }
div.DivClassName
{
background-color: #046BAE;
}
.BgClassName
{
background-color: #046BAE;
}
</style>
border-color css
<style>
span { border-color: #046BAE; }
span { border-color: rgb(4,107,174); }
td.TdClassName
{
border-color: #046BAE;
}
.TagClassName
{
border-color: #046BAE;
}
</style>