Shades of Smalt #042893
Tints of Smalt #042893
RGB
CMYK
RGB Variations
Color information
#042893 (or 0x042893) is known color: Smalt. HEX triplet: 04, 28 and 93. RGB value is (4,40,147). Sum of RGB (Red+Green+Blue) = 4+40+147=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #042893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042893 is #FBD76C. Grayscale: #282828. Windows color (decimal): -16504685 or 9644036. OLE color: 9644036.
HSL color Cylindrical-coordinate representation of color #042893: hue angle of 224.9º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042893 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 40 | 147 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.42 |
| HSL | 224.9º | 0.95% | 0.3% | - |
| HSV(B) | 224.9º | 0.97% | 0.58% | - |
| XYZ | 6.08 | 3.65 | 27.99 | - |
| YUV | 41.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 147 | 0.97 | 0.73 | 0 | 0.42 | 224.9 | 0.95 | 0.3 |
| Hex | 4 | 28 | 93 | 61 | 49 | 0 | 2A | E1 | 5F | 1E |
| Octal | 4 | 50 | 223 | 141 | 111 | 0 | 52 | 341 | 137 | 36 |
| Binary | 100 | 101000 | 10010011 | 1100001 | 1001001 | 0 | 101010 | 11100001 | 1011111 | 11110 |
Color Harmonies of #042893
Complementary color
Monochromatic Colors of #042893
Black with #042893
Text Example
Text Example
White with #042893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042893; }
p { color: rgb(4,40,147); }
H1.HeaderClassName
{
color: #042893;
}
.AnyTagClassName
{
color: #042893;
}
</style>
background-color css
<style>
a { background-color: #042893; }
a { background-color: rgb(4,40,147); }
div.DivClassName
{
background-color: #042893;
}
.BgClassName
{
background-color: #042893;
}
</style>
border-color css
<style>
span { border-color: #042893; }
span { border-color: rgb(4,40,147); }
td.TdClassName
{
border-color: #042893;
}
.TagClassName
{
border-color: #042893;
}
</style>