Shades of Smalt #04208D
Tints of Smalt #04208D
RGB
CMYK
RGB Variations
Color information
#04208D (or 0x04208D) is known color: Smalt. HEX triplet: 04, 20 and 8D. RGB value is (4,32,141). Sum of RGB (Red+Green+Blue) = 4+32+141=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #04208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04208D is #FBDF72. Grayscale: #232323. Windows color (decimal): -16506739 or 9248772. OLE color: 9248772.
HSL color Cylindrical-coordinate representation of color #04208D: hue angle of 227.74º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04208D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 32 | 141 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.45 |
| HSL | 227.74º | 0.94% | 0.28% | - |
| HSV(B) | 227.74º | 0.97% | 0.55% | - |
| XYZ | 5.37 | 2.98 | 25.49 | - |
| YUV | 36.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 141 | 0.97 | 0.77 | 0 | 0.45 | 227.74 | 0.94 | 0.28 |
| Hex | 4 | 20 | 8D | 61 | 4D | 0 | 2D | E4 | 5E | 1C |
| Octal | 4 | 40 | 215 | 141 | 115 | 0 | 55 | 344 | 136 | 34 |
| Binary | 100 | 100000 | 10001101 | 1100001 | 1001101 | 0 | 101101 | 11100100 | 1011110 | 11100 |
Color Harmonies of #04208D
Complementary color
Monochromatic Colors of #04208D
Black with #04208D
Text Example
Text Example
White with #04208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04208D; }
p { color: rgb(4,32,141); }
H1.HeaderClassName
{
color: #04208D;
}
.AnyTagClassName
{
color: #04208D;
}
</style>
background-color css
<style>
a { background-color: #04208D; }
a { background-color: rgb(4,32,141); }
div.DivClassName
{
background-color: #04208D;
}
.BgClassName
{
background-color: #04208D;
}
</style>
border-color css
<style>
span { border-color: #04208D; }
span { border-color: rgb(4,32,141); }
td.TdClassName
{
border-color: #04208D;
}
.TagClassName
{
border-color: #04208D;
}
</style>