Shades of Smalt Blue #4D656D
Tints of Smalt Blue #4D656D
RGB
CMYK
RGB Variations
Color information
#4D656D (or 0x4D656D) is known color: Smalt Blue. HEX triplet: 4D, 65 and 6D. RGB value is (77,101,109). Sum of RGB (Red+Green+Blue) = 77+101+109=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656D is #B29A92. Grayscale: #5E5E5E. Windows color (decimal): -11704979 or 7169357. OLE color: 7169357.
HSL color Cylindrical-coordinate representation of color #4D656D: hue angle of 195º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D656D is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 101 | 109 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.57 |
| HSL | 195º | 0.17% | 0.36% | - |
| HSV(B) | 195º | 0.29% | 0.43% | - |
| XYZ | 10.47 | 11.99 | 16.23 | - |
| YUV | 94.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 109 | 0.29 | 0.07 | 0 | 0.57 | 195 | 0.17 | 0.36 |
| Hex | 4D | 65 | 6D | 1D | 7 | 0 | 39 | C3 | 11 | 24 |
| Octal | 115 | 145 | 155 | 35 | 7 | 0 | 71 | 303 | 21 | 44 |
| Binary | 1001101 | 1100101 | 1101101 | 11101 | 111 | 0 | 111001 | 11000011 | 10001 | 100100 |
Color Harmonies of #4D656D
Complementary color
Monochromatic Colors of #4D656D
Black with #4D656D
Text Example
Text Example
White with #4D656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D656D; }
p { color: rgb(77,101,109); }
H1.HeaderClassName
{
color: #4D656D;
}
.AnyTagClassName
{
color: #4D656D;
}
</style>
background-color css
<style>
a { background-color: #4D656D; }
a { background-color: rgb(77,101,109); }
div.DivClassName
{
background-color: #4D656D;
}
.BgClassName
{
background-color: #4D656D;
}
</style>
border-color css
<style>
span { border-color: #4D656D; }
span { border-color: rgb(77,101,109); }
td.TdClassName
{
border-color: #4D656D;
}
.TagClassName
{
border-color: #4D656D;
}
</style>