Shades of Smalt Blue #4D646A
Tints of Smalt Blue #4D646A
RGB
CMYK
RGB Variations
Color information
#4D646A (or 0x4D646A) is known color: Smalt Blue. HEX triplet: 4D, 64 and 6A. RGB value is (77,100,106). Sum of RGB (Red+Green+Blue) = 77+100+106=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D646A is #B29B95. Grayscale: #5D5D5D. Windows color (decimal): -11705238 or 6972493. OLE color: 6972493.
HSL color Cylindrical-coordinate representation of color #4D646A: hue angle of 192.41º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D646A is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 100 | 106 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.58 |
| HSL | 192.41º | 0.16% | 0.36% | - |
| HSV(B) | 192.41º | 0.27% | 0.42% | - |
| XYZ | 10.22 | 11.73 | 15.36 | - |
| YUV | 93.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 106 | 0.27 | 0.06 | 0 | 0.58 | 192.41 | 0.16 | 0.36 |
| Hex | 4D | 64 | 6A | 1B | 6 | 0 | 3A | C0 | 10 | 24 |
| Octal | 115 | 144 | 152 | 33 | 6 | 0 | 72 | 300 | 20 | 44 |
| Binary | 1001101 | 1100100 | 1101010 | 11011 | 110 | 0 | 111010 | 11000000 | 10000 | 100100 |
Color Harmonies of #4D646A
Complementary color
Monochromatic Colors of #4D646A
Black with #4D646A
Text Example
Text Example
White with #4D646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D646A; }
p { color: rgb(77,100,106); }
H1.HeaderClassName
{
color: #4D646A;
}
.AnyTagClassName
{
color: #4D646A;
}
</style>
background-color css
<style>
a { background-color: #4D646A; }
a { background-color: rgb(77,100,106); }
div.DivClassName
{
background-color: #4D646A;
}
.BgClassName
{
background-color: #4D646A;
}
</style>
border-color css
<style>
span { border-color: #4D646A; }
span { border-color: rgb(77,100,106); }
td.TdClassName
{
border-color: #4D646A;
}
.TagClassName
{
border-color: #4D646A;
}
</style>