Shades of Smalt #074096
Tints of Smalt #074096
RGB
CMYK
RGB Variations
Color information
#074096 (or 0x074096) is known color: Smalt. HEX triplet: 07, 40 and 96. RGB value is (7,64,150). Sum of RGB (Red+Green+Blue) = 7+64+150=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #074096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074096 is #F8BF69. Grayscale: #383838. Windows color (decimal): -16301930 or 9846791. OLE color: 9846791.
HSL color Cylindrical-coordinate representation of color #074096: hue angle of 216.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074096 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 64 | 150 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.41 |
| HSL | 216.08º | 0.91% | 0.31% | - |
| HSV(B) | 216.08º | 0.95% | 0.59% | - |
| XYZ | 7.43 | 5.91 | 29.6 | - |
| YUV | 56.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 150 | 0.95 | 0.57 | 0 | 0.41 | 216.08 | 0.91 | 0.31 |
| Hex | 7 | 40 | 96 | 5F | 39 | 0 | 29 | D8 | 5B | 1F |
| Octal | 7 | 100 | 226 | 137 | 71 | 0 | 51 | 330 | 133 | 37 |
| Binary | 111 | 1000000 | 10010110 | 1011111 | 111001 | 0 | 101001 | 11011000 | 1011011 | 11111 |
Color Harmonies of #074096
Complementary color
Monochromatic Colors of #074096
Black with #074096
Text Example
Text Example
White with #074096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074096; }
p { color: rgb(7,64,150); }
H1.HeaderClassName
{
color: #074096;
}
.AnyTagClassName
{
color: #074096;
}
</style>
background-color css
<style>
a { background-color: #074096; }
a { background-color: rgb(7,64,150); }
div.DivClassName
{
background-color: #074096;
}
.BgClassName
{
background-color: #074096;
}
</style>
border-color css
<style>
span { border-color: #074096; }
span { border-color: rgb(7,64,150); }
td.TdClassName
{
border-color: #074096;
}
.TagClassName
{
border-color: #074096;
}
</style>