Shades of Cerulean #04649F
Tints of Cerulean #04649F
RGB
CMYK
RGB Variations
Color information
#04649F (or 0x04649F) is known color: Cerulean. HEX triplet: 04, 64 and 9F. RGB value is (4,100,159). Sum of RGB (Red+Green+Blue) = 4+100+159=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #04649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04649F is #FB9B60. Grayscale: #4D4D4D. Windows color (decimal): -16489313 or 10445828. OLE color: 10445828.
HSL color Cylindrical-coordinate representation of color #04649F: hue angle of 202.84º 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 #04649F is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 100 | 159 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.38 |
| HSL | 202.84º | 0.95% | 0.32% | - |
| HSV(B) | 202.84º | 0.97% | 0.62% | - |
| XYZ | 10.87 | 11.64 | 34.48 | - |
| YUV | 78.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 159 | 0.97 | 0.37 | 0 | 0.38 | 202.84 | 0.95 | 0.32 |
| Hex | 4 | 64 | 9F | 61 | 25 | 0 | 26 | CB | 5F | 20 |
| Octal | 4 | 144 | 237 | 141 | 45 | 0 | 46 | 313 | 137 | 40 |
| Binary | 100 | 1100100 | 10011111 | 1100001 | 100101 | 0 | 100110 | 11001011 | 1011111 | 100000 |
Color Harmonies of #04649F
Complementary color
Monochromatic Colors of #04649F
Black with #04649F
Text Example
Text Example
White with #04649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04649F; }
p { color: rgb(4,100,159); }
H1.HeaderClassName
{
color: #04649F;
}
.AnyTagClassName
{
color: #04649F;
}
</style>
background-color css
<style>
a { background-color: #04649F; }
a { background-color: rgb(4,100,159); }
div.DivClassName
{
background-color: #04649F;
}
.BgClassName
{
background-color: #04649F;
}
</style>
border-color css
<style>
span { border-color: #04649F; }
span { border-color: rgb(4,100,159); }
td.TdClassName
{
border-color: #04649F;
}
.TagClassName
{
border-color: #04649F;
}
</style>