Shades of Smalt #04419A
Tints of Smalt #04419A
RGB
CMYK
RGB Variations
Color information
#04419A (or 0x04419A) is known color: Smalt. HEX triplet: 04, 41 and 9A. RGB value is (4,65,154). Sum of RGB (Red+Green+Blue) = 4+65+154=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #04419A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04419A is #FBBE65. Grayscale: #383838. Windows color (decimal): -16498278 or 10109188. OLE color: 10109188.
HSL color Cylindrical-coordinate representation of color #04419A: hue angle of 215.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04419A is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 65 | 154 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.40 |
| HSL | 215.6º | 0.95% | 0.31% | - |
| HSV(B) | 215.6º | 0.97% | 0.6% | - |
| XYZ | 7.77 | 6.14 | 31.35 | - |
| YUV | 56.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 154 | 0.97 | 0.58 | 0 | 0.40 | 215.6 | 0.95 | 0.31 |
| Hex | 4 | 41 | 9A | 61 | 3A | 0 | 28 | D8 | 5F | 1F |
| Octal | 4 | 101 | 232 | 141 | 72 | 0 | 50 | 330 | 137 | 37 |
| Binary | 100 | 1000001 | 10011010 | 1100001 | 111010 | 0 | 101000 | 11011000 | 1011111 | 11111 |
Color Harmonies of #04419A
Complementary color
Monochromatic Colors of #04419A
Black with #04419A
Text Example
Text Example
White with #04419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04419A; }
p { color: rgb(4,65,154); }
H1.HeaderClassName
{
color: #04419A;
}
.AnyTagClassName
{
color: #04419A;
}
</style>
background-color css
<style>
a { background-color: #04419A; }
a { background-color: rgb(4,65,154); }
div.DivClassName
{
background-color: #04419A;
}
.BgClassName
{
background-color: #04419A;
}
</style>
border-color css
<style>
span { border-color: #04419A; }
span { border-color: rgb(4,65,154); }
td.TdClassName
{
border-color: #04419A;
}
.TagClassName
{
border-color: #04419A;
}
</style>