Shades of Smalt Blue #4F656D
Tints of Smalt Blue #4F656D
RGB
CMYK
RGB Variations
Color information
#4F656D (or 0x4F656D) is known color: Smalt Blue. HEX triplet: 4F, 65 and 6D. RGB value is (79,101,109). Sum of RGB (Red+Green+Blue) = 79+101+109=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F656D is #B09A92. Grayscale: #5F5F5F. Windows color (decimal): -11573907 or 7169359. OLE color: 7169359.
HSL color Cylindrical-coordinate representation of color #4F656D: hue angle of 196º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F656D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 101 | 109 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.57 |
| HSL | 196º | 0.16% | 0.37% | - |
| HSV(B) | 196º | 0.28% | 0.43% | - |
| XYZ | 10.64 | 12.07 | 16.24 | - |
| YUV | 95.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 109 | 0.28 | 0.07 | 0 | 0.57 | 196 | 0.16 | 0.37 |
| Hex | 4F | 65 | 6D | 1C | 7 | 0 | 39 | C4 | 10 | 25 |
| Octal | 117 | 145 | 155 | 34 | 7 | 0 | 71 | 304 | 20 | 45 |
| Binary | 1001111 | 1100101 | 1101101 | 11100 | 111 | 0 | 111001 | 11000100 | 10000 | 100101 |
Color Harmonies of #4F656D
Complementary color
Monochromatic Colors of #4F656D
Black with #4F656D
Text Example
Text Example
White with #4F656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F656D; }
p { color: rgb(79,101,109); }
H1.HeaderClassName
{
color: #4F656D;
}
.AnyTagClassName
{
color: #4F656D;
}
</style>
background-color css
<style>
a { background-color: #4F656D; }
a { background-color: rgb(79,101,109); }
div.DivClassName
{
background-color: #4F656D;
}
.BgClassName
{
background-color: #4F656D;
}
</style>
border-color css
<style>
span { border-color: #4F656D; }
span { border-color: rgb(79,101,109); }
td.TdClassName
{
border-color: #4F656D;
}
.TagClassName
{
border-color: #4F656D;
}
</style>