Shades of Smalt Blue #4D646C
Tints of Smalt Blue #4D646C
RGB
CMYK
RGB Variations
Color information
#4D646C (or 0x4D646C) is known color: Smalt Blue. HEX triplet: 4D, 64 and 6C. RGB value is (77,100,108). Sum of RGB (Red+Green+Blue) = 77+100+108=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D646C is #B29B93. Grayscale: #5D5D5D. Windows color (decimal): -11705236 or 7103565. OLE color: 7103565.
HSL color Cylindrical-coordinate representation of color #4D646C: hue angle of 195.48º 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 #4D646C is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 100 | 108 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.58 |
| HSL | 195.48º | 0.17% | 0.36% | - |
| HSV(B) | 195.48º | 0.29% | 0.42% | - |
| XYZ | 10.32 | 11.77 | 15.92 | - |
| YUV | 94.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 108 | 0.29 | 0.07 | 0 | 0.58 | 195.48 | 0.17 | 0.36 |
| Hex | 4D | 64 | 6C | 1D | 7 | 0 | 3A | C3 | 11 | 24 |
| Octal | 115 | 144 | 154 | 35 | 7 | 0 | 72 | 303 | 21 | 44 |
| Binary | 1001101 | 1100100 | 1101100 | 11101 | 111 | 0 | 111010 | 11000011 | 10001 | 100100 |
Color Harmonies of #4D646C
Complementary color
Monochromatic Colors of #4D646C
Black with #4D646C
Text Example
Text Example
White with #4D646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D646C; }
p { color: rgb(77,100,108); }
H1.HeaderClassName
{
color: #4D646C;
}
.AnyTagClassName
{
color: #4D646C;
}
</style>
background-color css
<style>
a { background-color: #4D646C; }
a { background-color: rgb(77,100,108); }
div.DivClassName
{
background-color: #4D646C;
}
.BgClassName
{
background-color: #4D646C;
}
</style>
border-color css
<style>
span { border-color: #4D646C; }
span { border-color: rgb(77,100,108); }
td.TdClassName
{
border-color: #4D646C;
}
.TagClassName
{
border-color: #4D646C;
}
</style>