Shades of Smalt #042997
Tints of Smalt #042997
RGB
CMYK
RGB Variations
Color information
#042997 (or 0x042997) is known color: Smalt. HEX triplet: 04, 29 and 97. RGB value is (4,41,151). Sum of RGB (Red+Green+Blue) = 4+41+151=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #042997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042997 is #FBD668. Grayscale: #2A2A2A. Windows color (decimal): -16504425 or 9906436. OLE color: 9906436.
HSL color Cylindrical-coordinate representation of color #042997: hue angle of 224.9º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042997 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 41 | 151 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.41 |
| HSL | 224.9º | 0.95% | 0.3% | - |
| HSV(B) | 224.9º | 0.97% | 0.59% | - |
| XYZ | 6.43 | 3.85 | 29.68 | - |
| YUV | 42.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 151 | 0.97 | 0.73 | 0 | 0.41 | 224.9 | 0.95 | 0.3 |
| Hex | 4 | 29 | 97 | 61 | 49 | 0 | 29 | E1 | 5F | 1E |
| Octal | 4 | 51 | 227 | 141 | 111 | 0 | 51 | 341 | 137 | 36 |
| Binary | 100 | 101001 | 10010111 | 1100001 | 1001001 | 0 | 101001 | 11100001 | 1011111 | 11110 |
Color Harmonies of #042997
Complementary color
Monochromatic Colors of #042997
Black with #042997
Text Example
Text Example
White with #042997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042997; }
p { color: rgb(4,41,151); }
H1.HeaderClassName
{
color: #042997;
}
.AnyTagClassName
{
color: #042997;
}
</style>
background-color css
<style>
a { background-color: #042997; }
a { background-color: rgb(4,41,151); }
div.DivClassName
{
background-color: #042997;
}
.BgClassName
{
background-color: #042997;
}
</style>
border-color css
<style>
span { border-color: #042997; }
span { border-color: rgb(4,41,151); }
td.TdClassName
{
border-color: #042997;
}
.TagClassName
{
border-color: #042997;
}
</style>