Shades of Smalt #04208C
Tints of Smalt #04208C
RGB
CMYK
RGB Variations
Color information
#04208C (or 0x04208C) is known color: Smalt. HEX triplet: 04, 20 and 8C. RGB value is (4,32,140). Sum of RGB (Red+Green+Blue) = 4+32+140=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #04208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04208C is #FBDF73. Grayscale: #232323. Windows color (decimal): -16506740 or 9183236. OLE color: 9183236.
HSL color Cylindrical-coordinate representation of color #04208C: hue angle of 227.65º 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 #04208C is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 32 | 140 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.45 |
| HSL | 227.65º | 0.94% | 0.28% | - |
| HSV(B) | 227.65º | 0.97% | 0.55% | - |
| XYZ | 5.3 | 2.95 | 25.1 | - |
| YUV | 35.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 140 | 0.97 | 0.77 | 0 | 0.45 | 227.65 | 0.94 | 0.28 |
| Hex | 4 | 20 | 8C | 61 | 4D | 0 | 2D | E4 | 5E | 1C |
| Octal | 4 | 40 | 214 | 141 | 115 | 0 | 55 | 344 | 136 | 34 |
| Binary | 100 | 100000 | 10001100 | 1100001 | 1001101 | 0 | 101101 | 11100100 | 1011110 | 11100 |
Color Harmonies of #04208C
Complementary color
Monochromatic Colors of #04208C
Black with #04208C
Text Example
Text Example
White with #04208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04208C; }
p { color: rgb(4,32,140); }
H1.HeaderClassName
{
color: #04208C;
}
.AnyTagClassName
{
color: #04208C;
}
</style>
background-color css
<style>
a { background-color: #04208C; }
a { background-color: rgb(4,32,140); }
div.DivClassName
{
background-color: #04208C;
}
.BgClassName
{
background-color: #04208C;
}
</style>
border-color css
<style>
span { border-color: #04208C; }
span { border-color: rgb(4,32,140); }
td.TdClassName
{
border-color: #04208C;
}
.TagClassName
{
border-color: #04208C;
}
</style>