Shades of Smalt Blue #4D656C
Tints of Smalt Blue #4D656C
RGB
CMYK
RGB Variations
Color information
#4D656C (or 0x4D656C) is known color: Smalt Blue. HEX triplet: 4D, 65 and 6C. RGB value is (77,101,108). Sum of RGB (Red+Green+Blue) = 77+101+108=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656C is #B29A93. Grayscale: #5E5E5E. Windows color (decimal): -11704980 or 7103821. OLE color: 7103821.
HSL color Cylindrical-coordinate representation of color #4D656C: hue angle of 193.55º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D656C is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 101 | 108 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.58 |
| HSL | 193.55º | 0.17% | 0.36% | - |
| HSV(B) | 193.55º | 0.29% | 0.42% | - |
| XYZ | 10.42 | 11.97 | 15.95 | - |
| YUV | 94.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 108 | 0.29 | 0.06 | 0 | 0.58 | 193.55 | 0.17 | 0.36 |
| Hex | 4D | 65 | 6C | 1D | 6 | 0 | 3A | C2 | 11 | 24 |
| Octal | 115 | 145 | 154 | 35 | 6 | 0 | 72 | 302 | 21 | 44 |
| Binary | 1001101 | 1100101 | 1101100 | 11101 | 110 | 0 | 111010 | 11000010 | 10001 | 100100 |
Color Harmonies of #4D656C
Complementary color
Monochromatic Colors of #4D656C
Black with #4D656C
Text Example
Text Example
White with #4D656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D656C; }
p { color: rgb(77,101,108); }
H1.HeaderClassName
{
color: #4D656C;
}
.AnyTagClassName
{
color: #4D656C;
}
</style>
background-color css
<style>
a { background-color: #4D656C; }
a { background-color: rgb(77,101,108); }
div.DivClassName
{
background-color: #4D656C;
}
.BgClassName
{
background-color: #4D656C;
}
</style>
border-color css
<style>
span { border-color: #4D656C; }
span { border-color: rgb(77,101,108); }
td.TdClassName
{
border-color: #4D656C;
}
.TagClassName
{
border-color: #4D656C;
}
</style>