Shades of Smalt #04289B
Tints of Smalt #04289B
RGB
CMYK
RGB Variations
Color information
#04289B (or 0x04289B) is known color: Smalt. HEX triplet: 04, 28 and 9B. RGB value is (4,40,155). Sum of RGB (Red+Green+Blue) = 4+40+155=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #04289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04289B is #FBD764. Grayscale: #292929. Windows color (decimal): -16504677 or 10168324. OLE color: 10168324.
HSL color Cylindrical-coordinate representation of color #04289B: hue angle of 225.7º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04289B is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 40 | 155 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.39 |
| HSL | 225.7º | 0.95% | 0.31% | - |
| HSV(B) | 225.7º | 0.97% | 0.61% | - |
| XYZ | 6.73 | 3.91 | 31.41 | - |
| YUV | 42.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 155 | 0.97 | 0.74 | 0 | 0.39 | 225.7 | 0.95 | 0.31 |
| Hex | 4 | 28 | 9B | 61 | 4A | 0 | 27 | E2 | 5F | 1F |
| Octal | 4 | 50 | 233 | 141 | 112 | 0 | 47 | 342 | 137 | 37 |
| Binary | 100 | 101000 | 10011011 | 1100001 | 1001010 | 0 | 100111 | 11100010 | 1011111 | 11111 |
Color Harmonies of #04289B
Complementary color
Monochromatic Colors of #04289B
Black with #04289B
Text Example
Text Example
White with #04289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04289B; }
p { color: rgb(4,40,155); }
H1.HeaderClassName
{
color: #04289B;
}
.AnyTagClassName
{
color: #04289B;
}
</style>
background-color css
<style>
a { background-color: #04289B; }
a { background-color: rgb(4,40,155); }
div.DivClassName
{
background-color: #04289B;
}
.BgClassName
{
background-color: #04289B;
}
</style>
border-color css
<style>
span { border-color: #04289B; }
span { border-color: rgb(4,40,155); }
td.TdClassName
{
border-color: #04289B;
}
.TagClassName
{
border-color: #04289B;
}
</style>