Shades of Smalt Blue #49656F
Tints of Smalt Blue #49656F
RGB
CMYK
RGB Variations
Color information
#49656F (or 0x49656F) is known color: Smalt Blue. HEX triplet: 49, 65 and 6F. RGB value is (73,101,111). Sum of RGB (Red+Green+Blue) = 73+101+111=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #49656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656F is #B69A90. Grayscale: #5D5D5D. Windows color (decimal): -11967121 or 7300425. OLE color: 7300425.
HSL color Cylindrical-coordinate representation of color #49656F: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49656F is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 101 | 111 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.56 |
| HSL | 195.79º | 0.21% | 0.36% | - |
| HSV(B) | 195.79º | 0.34% | 0.44% | - |
| XYZ | 10.27 | 11.87 | 16.79 | - |
| YUV | 93.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 111 | 0.34 | 0.09 | 0 | 0.56 | 195.79 | 0.21 | 0.36 |
| Hex | 49 | 65 | 6F | 22 | 9 | 0 | 38 | C4 | 15 | 24 |
| Octal | 111 | 145 | 157 | 42 | 11 | 0 | 70 | 304 | 25 | 44 |
| Binary | 1001001 | 1100101 | 1101111 | 100010 | 1001 | 0 | 111000 | 11000100 | 10101 | 100100 |
Color Harmonies of #49656F
Complementary color
Monochromatic Colors of #49656F
Black with #49656F
Text Example
Text Example
White with #49656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49656F; }
p { color: rgb(73,101,111); }
H1.HeaderClassName
{
color: #49656F;
}
.AnyTagClassName
{
color: #49656F;
}
</style>
background-color css
<style>
a { background-color: #49656F; }
a { background-color: rgb(73,101,111); }
div.DivClassName
{
background-color: #49656F;
}
.BgClassName
{
background-color: #49656F;
}
</style>
border-color css
<style>
span { border-color: #49656F; }
span { border-color: rgb(73,101,111); }
td.TdClassName
{
border-color: #49656F;
}
.TagClassName
{
border-color: #49656F;
}
</style>