Shades of Stromboli #4D6560
Tints of Stromboli #4D6560
RGB
CMYK
RGB Variations
Color information
#4D6560 (or 0x4D6560) is known color: Stromboli. HEX triplet: 4D, 65 and 60. RGB value is (77,101,96). Sum of RGB (Red+Green+Blue) = 77+101+96=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6560 is #B29A9F. Grayscale: #5D5D5D. Windows color (decimal): -11704992 or 6317389. OLE color: 6317389.
HSL color Cylindrical-coordinate representation of color #4D6560: hue angle of 167.5º 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 #4D6560 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 96 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.60 |
| HSL | 167.5º | 0.13% | 0.35% | - |
| HSV(B) | 167.5º | 0.24% | 0.4% | - |
| XYZ | 9.83 | 11.73 | 12.81 | - |
| YUV | 93.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 96 | 0.24 | 0 | 0.05 | 0.60 | 167.5 | 0.13 | 0.35 |
| Hex | 4D | 65 | 60 | 18 | 0 | 5 | 3C | A8 | D | 23 |
| Octal | 115 | 145 | 140 | 30 | 0 | 5 | 74 | 250 | 15 | 43 |
| Binary | 1001101 | 1100101 | 1100000 | 11000 | 0 | 101 | 111100 | 10101000 | 1101 | 100011 |
Color Harmonies of #4D6560
Complementary color
Monochromatic Colors of #4D6560
Black with #4D6560
Text Example
Text Example
White with #4D6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6560; }
p { color: rgb(77,101,96); }
H1.HeaderClassName
{
color: #4D6560;
}
.AnyTagClassName
{
color: #4D6560;
}
</style>
background-color css
<style>
a { background-color: #4D6560; }
a { background-color: rgb(77,101,96); }
div.DivClassName
{
background-color: #4D6560;
}
.BgClassName
{
background-color: #4D6560;
}
</style>
border-color css
<style>
span { border-color: #4D6560; }
span { border-color: rgb(77,101,96); }
td.TdClassName
{
border-color: #4D6560;
}
.TagClassName
{
border-color: #4D6560;
}
</style>