Shades of Smalt #074394
Tints of Smalt #074394
RGB
CMYK
RGB Variations
Color information
#074394 (or 0x074394) is known color: Smalt. HEX triplet: 07, 43 and 94. RGB value is (7,67,148). Sum of RGB (Red+Green+Blue) = 7+67+148=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #074394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074394 is #F8BC6B. Grayscale: #393939. Windows color (decimal): -16301164 or 9716487. OLE color: 9716487.
HSL color Cylindrical-coordinate representation of color #074394: hue angle of 214.47º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074394 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 67 | 148 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.42 |
| HSL | 214.47º | 0.91% | 0.3% | - |
| HSV(B) | 214.47º | 0.95% | 0.58% | - |
| XYZ | 7.44 | 6.2 | 28.82 | - |
| YUV | 58.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 148 | 0.95 | 0.55 | 0 | 0.42 | 214.47 | 0.91 | 0.3 |
| Hex | 7 | 43 | 94 | 5F | 37 | 0 | 2A | D6 | 5B | 1E |
| Octal | 7 | 103 | 224 | 137 | 67 | 0 | 52 | 326 | 133 | 36 |
| Binary | 111 | 1000011 | 10010100 | 1011111 | 110111 | 0 | 101010 | 11010110 | 1011011 | 11110 |
Color Harmonies of #074394
Complementary color
Monochromatic Colors of #074394
Black with #074394
Text Example
Text Example
White with #074394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074394; }
p { color: rgb(7,67,148); }
H1.HeaderClassName
{
color: #074394;
}
.AnyTagClassName
{
color: #074394;
}
</style>
background-color css
<style>
a { background-color: #074394; }
a { background-color: rgb(7,67,148); }
div.DivClassName
{
background-color: #074394;
}
.BgClassName
{
background-color: #074394;
}
</style>
border-color css
<style>
span { border-color: #074394; }
span { border-color: rgb(7,67,148); }
td.TdClassName
{
border-color: #074394;
}
.TagClassName
{
border-color: #074394;
}
</style>