Shades of Smalt Blue #4D5F65
Tints of Smalt Blue #4D5F65
RGB
CMYK
RGB Variations
Color information
#4D5F65 (or 0x4D5F65) is known color: Smalt Blue. HEX triplet: 4D, 5F and 65. RGB value is (77,95,101). Sum of RGB (Red+Green+Blue) = 77+95+101=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D5F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F65 is #B2A09A. Grayscale: #5A5A5A. Windows color (decimal): -11706523 or 6643533. OLE color: 6643533.
HSL color Cylindrical-coordinate representation of color #4D5F65: hue angle of 195º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5F65 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 95 | 101 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.60 |
| HSL | 195º | 0.13% | 0.35% | - |
| HSV(B) | 195º | 0.24% | 0.4% | - |
| XYZ | 9.5 | 10.7 | 13.88 | - |
| YUV | 90.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 101 | 0.24 | 0.06 | 0 | 0.60 | 195 | 0.13 | 0.35 |
| Hex | 4D | 5F | 65 | 18 | 6 | 0 | 3C | C3 | D | 23 |
| Octal | 115 | 137 | 145 | 30 | 6 | 0 | 74 | 303 | 15 | 43 |
| Binary | 1001101 | 1011111 | 1100101 | 11000 | 110 | 0 | 111100 | 11000011 | 1101 | 100011 |
Color Harmonies of #4D5F65
Complementary color
Monochromatic Colors of #4D5F65
Black with #4D5F65
Text Example
Text Example
White with #4D5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F65; }
p { color: rgb(77,95,101); }
H1.HeaderClassName
{
color: #4D5F65;
}
.AnyTagClassName
{
color: #4D5F65;
}
</style>
background-color css
<style>
a { background-color: #4D5F65; }
a { background-color: rgb(77,95,101); }
div.DivClassName
{
background-color: #4D5F65;
}
.BgClassName
{
background-color: #4D5F65;
}
</style>
border-color css
<style>
span { border-color: #4D5F65; }
span { border-color: rgb(77,95,101); }
td.TdClassName
{
border-color: #4D5F65;
}
.TagClassName
{
border-color: #4D5F65;
}
</style>