Shades of Smalt #04378E
Tints of Smalt #04378E
RGB
CMYK
RGB Variations
Color information
#04378E (or 0x04378E) is known color: Smalt. HEX triplet: 04, 37 and 8E. RGB value is (4,55,142). Sum of RGB (Red+Green+Blue) = 4+55+142=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #04378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04378E is #FBC871. Grayscale: #313131. Windows color (decimal): -16500850 or 9320196. OLE color: 9320196.
HSL color Cylindrical-coordinate representation of color #04378E: hue angle of 217.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04378E is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 55 | 142 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.44 |
| HSL | 217.83º | 0.95% | 0.29% | - |
| HSV(B) | 217.83º | 0.97% | 0.56% | - |
| XYZ | 6.3 | 4.71 | 26.17 | - |
| YUV | 49.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 142 | 0.97 | 0.61 | 0 | 0.44 | 217.83 | 0.95 | 0.29 |
| Hex | 4 | 37 | 8E | 61 | 3D | 0 | 2C | DA | 5F | 1D |
| Octal | 4 | 67 | 216 | 141 | 75 | 0 | 54 | 332 | 137 | 35 |
| Binary | 100 | 110111 | 10001110 | 1100001 | 111101 | 0 | 101100 | 11011010 | 1011111 | 11101 |
Color Harmonies of #04378E
Complementary color
Monochromatic Colors of #04378E
Black with #04378E
Text Example
Text Example
White with #04378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04378E; }
p { color: rgb(4,55,142); }
H1.HeaderClassName
{
color: #04378E;
}
.AnyTagClassName
{
color: #04378E;
}
</style>
background-color css
<style>
a { background-color: #04378E; }
a { background-color: rgb(4,55,142); }
div.DivClassName
{
background-color: #04378E;
}
.BgClassName
{
background-color: #04378E;
}
</style>
border-color css
<style>
span { border-color: #04378E; }
span { border-color: rgb(4,55,142); }
td.TdClassName
{
border-color: #04378E;
}
.TagClassName
{
border-color: #04378E;
}
</style>