Shades of Smalt #04378C
Tints of Smalt #04378C
RGB
CMYK
RGB Variations
Color information
#04378C (or 0x04378C) is known color: Smalt. HEX triplet: 04, 37 and 8C. RGB value is (4,55,140). Sum of RGB (Red+Green+Blue) = 4+55+140=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #04378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04378C is #FBC873. Grayscale: #313131. Windows color (decimal): -16500852 or 9189124. OLE color: 9189124.
HSL color Cylindrical-coordinate representation of color #04378C: hue angle of 217.5º 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 #04378C is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 55 | 140 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.45 |
| HSL | 217.5º | 0.94% | 0.28% | - |
| HSV(B) | 217.5º | 0.97% | 0.55% | - |
| XYZ | 6.15 | 4.65 | 25.38 | - |
| YUV | 49.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 140 | 0.97 | 0.61 | 0 | 0.45 | 217.5 | 0.94 | 0.28 |
| Hex | 4 | 37 | 8C | 61 | 3D | 0 | 2D | DA | 5E | 1C |
| Octal | 4 | 67 | 214 | 141 | 75 | 0 | 55 | 332 | 136 | 34 |
| Binary | 100 | 110111 | 10001100 | 1100001 | 111101 | 0 | 101101 | 11011010 | 1011110 | 11100 |
Color Harmonies of #04378C
Complementary color
Monochromatic Colors of #04378C
Black with #04378C
Text Example
Text Example
White with #04378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04378C; }
p { color: rgb(4,55,140); }
H1.HeaderClassName
{
color: #04378C;
}
.AnyTagClassName
{
color: #04378C;
}
</style>
background-color css
<style>
a { background-color: #04378C; }
a { background-color: rgb(4,55,140); }
div.DivClassName
{
background-color: #04378C;
}
.BgClassName
{
background-color: #04378C;
}
</style>
border-color css
<style>
span { border-color: #04378C; }
span { border-color: rgb(4,55,140); }
td.TdClassName
{
border-color: #04378C;
}
.TagClassName
{
border-color: #04378C;
}
</style>