Shades of Smalt Blue #49616B
Tints of Smalt Blue #49616B
RGB
CMYK
RGB Variations
Color information
#49616B (or 0x49616B) is known color: Smalt Blue. HEX triplet: 49, 61 and 6B. RGB value is (73,97,107). Sum of RGB (Red+Green+Blue) = 73+97+107=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #49616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49616B is #B69E94. Grayscale: #5A5A5A. Windows color (decimal): -11968149 or 7037257. OLE color: 7037257.
HSL color Cylindrical-coordinate representation of color #49616B: hue angle of 197.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49616B is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 97 | 107 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.58 |
| HSL | 197.65º | 0.19% | 0.35% | - |
| HSV(B) | 197.65º | 0.32% | 0.42% | - |
| XYZ | 9.68 | 11.03 | 15.53 | - |
| YUV | 90.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 107 | 0.32 | 0.09 | 0 | 0.58 | 197.65 | 0.19 | 0.35 |
| Hex | 49 | 61 | 6B | 20 | 9 | 0 | 3A | C6 | 13 | 23 |
| Octal | 111 | 141 | 153 | 40 | 11 | 0 | 72 | 306 | 23 | 43 |
| Binary | 1001001 | 1100001 | 1101011 | 100000 | 1001 | 0 | 111010 | 11000110 | 10011 | 100011 |
Color Harmonies of #49616B
Complementary color
Monochromatic Colors of #49616B
Black with #49616B
Text Example
Text Example
White with #49616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49616B; }
p { color: rgb(73,97,107); }
H1.HeaderClassName
{
color: #49616B;
}
.AnyTagClassName
{
color: #49616B;
}
</style>
background-color css
<style>
a { background-color: #49616B; }
a { background-color: rgb(73,97,107); }
div.DivClassName
{
background-color: #49616B;
}
.BgClassName
{
background-color: #49616B;
}
</style>
border-color css
<style>
span { border-color: #49616B; }
span { border-color: rgb(73,97,107); }
td.TdClassName
{
border-color: #49616B;
}
.TagClassName
{
border-color: #49616B;
}
</style>