Shades of Smalt Blue #4D5F62
Tints of Smalt Blue #4D5F62
RGB
CMYK
RGB Variations
Color information
#4D5F62 (or 0x4D5F62) is known color: Smalt Blue. HEX triplet: 4D, 5F and 62. RGB value is (77,95,98). Sum of RGB (Red+Green+Blue) = 77+95+98=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D5F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F62 is #B2A09D. Grayscale: #595959. Windows color (decimal): -11706526 or 6446925. OLE color: 6446925.
HSL color Cylindrical-coordinate representation of color #4D5F62: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5F62 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 95 | 98 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.62 |
| HSL | 188.57º | 0.12% | 0.34% | - |
| HSV(B) | 188.57º | 0.21% | 0.38% | - |
| XYZ | 9.36 | 10.64 | 13.12 | - |
| YUV | 89.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 98 | 0.21 | 0.03 | 0 | 0.62 | 188.57 | 0.12 | 0.34 |
| Hex | 4D | 5F | 62 | 15 | 3 | 0 | 3E | BD | C | 22 |
| Octal | 115 | 137 | 142 | 25 | 3 | 0 | 76 | 275 | 14 | 42 |
| Binary | 1001101 | 1011111 | 1100010 | 10101 | 11 | 0 | 111110 | 10111101 | 1100 | 100010 |
Color Harmonies of #4D5F62
Complementary color
Monochromatic Colors of #4D5F62
Black with #4D5F62
Text Example
Text Example
White with #4D5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F62; }
p { color: rgb(77,95,98); }
H1.HeaderClassName
{
color: #4D5F62;
}
.AnyTagClassName
{
color: #4D5F62;
}
</style>
background-color css
<style>
a { background-color: #4D5F62; }
a { background-color: rgb(77,95,98); }
div.DivClassName
{
background-color: #4D5F62;
}
.BgClassName
{
background-color: #4D5F62;
}
</style>
border-color css
<style>
span { border-color: #4D5F62; }
span { border-color: rgb(77,95,98); }
td.TdClassName
{
border-color: #4D5F62;
}
.TagClassName
{
border-color: #4D5F62;
}
</style>