Shades of Smalt #04299B
Tints of Smalt #04299B
RGB
CMYK
RGB Variations
Color information
#04299B (or 0x04299B) is known color: Smalt. HEX triplet: 04, 29 and 9B. RGB value is (4,41,155). Sum of RGB (Red+Green+Blue) = 4+41+155=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #04299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04299B is #FBD664. Grayscale: #2A2A2A. Windows color (decimal): -16504421 or 10168580. OLE color: 10168580.
HSL color Cylindrical-coordinate representation of color #04299B: hue angle of 225.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04299B is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 41 | 155 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.39 |
| HSL | 225.3º | 0.95% | 0.31% | - |
| HSV(B) | 225.3º | 0.97% | 0.61% | - |
| XYZ | 6.76 | 3.98 | 31.42 | - |
| YUV | 42.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 155 | 0.97 | 0.74 | 0 | 0.39 | 225.3 | 0.95 | 0.31 |
| Hex | 4 | 29 | 9B | 61 | 4A | 0 | 27 | E1 | 5F | 1F |
| Octal | 4 | 51 | 233 | 141 | 112 | 0 | 47 | 341 | 137 | 37 |
| Binary | 100 | 101001 | 10011011 | 1100001 | 1001010 | 0 | 100111 | 11100001 | 1011111 | 11111 |
Color Harmonies of #04299B
Complementary color
Monochromatic Colors of #04299B
Black with #04299B
Text Example
Text Example
White with #04299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04299B; }
p { color: rgb(4,41,155); }
H1.HeaderClassName
{
color: #04299B;
}
.AnyTagClassName
{
color: #04299B;
}
</style>
background-color css
<style>
a { background-color: #04299B; }
a { background-color: rgb(4,41,155); }
div.DivClassName
{
background-color: #04299B;
}
.BgClassName
{
background-color: #04299B;
}
</style>
border-color css
<style>
span { border-color: #04299B; }
span { border-color: rgb(4,41,155); }
td.TdClassName
{
border-color: #04299B;
}
.TagClassName
{
border-color: #04299B;
}
</style>