Shades of Smalt Blue #4D6165
Tints of Smalt Blue #4D6165
RGB
CMYK
RGB Variations
Color information
#4D6165 (or 0x4D6165) is known color: Smalt Blue. HEX triplet: 4D, 61 and 65. RGB value is (77,97,101). Sum of RGB (Red+Green+Blue) = 77+97+101=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6165 is #B29E9A. Grayscale: #5B5B5B. Windows color (decimal): -11706011 or 6644045. OLE color: 6644045.
HSL color Cylindrical-coordinate representation of color #4D6165: hue angle of 190º 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 #4D6165 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 97 | 101 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.60 |
| HSL | 190º | 0.13% | 0.35% | - |
| HSV(B) | 190º | 0.24% | 0.4% | - |
| XYZ | 9.68 | 11.07 | 13.94 | - |
| YUV | 91.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 101 | 0.24 | 0.04 | 0 | 0.60 | 190 | 0.13 | 0.35 |
| Hex | 4D | 61 | 65 | 18 | 4 | 0 | 3C | BE | D | 23 |
| Octal | 115 | 141 | 145 | 30 | 4 | 0 | 74 | 276 | 15 | 43 |
| Binary | 1001101 | 1100001 | 1100101 | 11000 | 100 | 0 | 111100 | 10111110 | 1101 | 100011 |
Color Harmonies of #4D6165
Complementary color
Monochromatic Colors of #4D6165
Black with #4D6165
Text Example
Text Example
White with #4D6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6165; }
p { color: rgb(77,97,101); }
H1.HeaderClassName
{
color: #4D6165;
}
.AnyTagClassName
{
color: #4D6165;
}
</style>
background-color css
<style>
a { background-color: #4D6165; }
a { background-color: rgb(77,97,101); }
div.DivClassName
{
background-color: #4D6165;
}
.BgClassName
{
background-color: #4D6165;
}
</style>
border-color css
<style>
span { border-color: #4D6165; }
span { border-color: rgb(77,97,101); }
td.TdClassName
{
border-color: #4D6165;
}
.TagClassName
{
border-color: #4D6165;
}
</style>