Shades of Dark Cerulean #04488F
Tints of Dark Cerulean #04488F
RGB
CMYK
RGB Variations
Color information
#04488F (or 0x04488F) is known color: Dark Cerulean. HEX triplet: 04, 48 and 8F. RGB value is (4,72,143). Sum of RGB (Red+Green+Blue) = 4+72+143=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #04488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04488F is #FBB770. Grayscale: #3B3B3B. Windows color (decimal): -16496497 or 9390084. OLE color: 9390084.
HSL color Cylindrical-coordinate representation of color #04488F: hue angle of 210.65º 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 #04488F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 72 | 143 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.44 |
| HSL | 210.65º | 0.95% | 0.29% | - |
| HSV(B) | 210.65º | 0.97% | 0.56% | - |
| XYZ | 7.33 | 6.64 | 26.88 | - |
| YUV | 59.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 143 | 0.97 | 0.50 | 0 | 0.44 | 210.65 | 0.95 | 0.29 |
| Hex | 4 | 48 | 8F | 61 | 32 | 0 | 2C | D3 | 5F | 1D |
| Octal | 4 | 110 | 217 | 141 | 62 | 0 | 54 | 323 | 137 | 35 |
| Binary | 100 | 1001000 | 10001111 | 1100001 | 110010 | 0 | 101100 | 11010011 | 1011111 | 11101 |
Color Harmonies of #04488F
Complementary color
Monochromatic Colors of #04488F
Black with #04488F
Text Example
Text Example
White with #04488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04488F; }
p { color: rgb(4,72,143); }
H1.HeaderClassName
{
color: #04488F;
}
.AnyTagClassName
{
color: #04488F;
}
</style>
background-color css
<style>
a { background-color: #04488F; }
a { background-color: rgb(4,72,143); }
div.DivClassName
{
background-color: #04488F;
}
.BgClassName
{
background-color: #04488F;
}
</style>
border-color css
<style>
span { border-color: #04488F; }
span { border-color: rgb(4,72,143); }
td.TdClassName
{
border-color: #04488F;
}
.TagClassName
{
border-color: #04488F;
}
</style>