Shades of Stromboli #4E6560
Tints of Stromboli #4E6560
RGB
CMYK
RGB Variations
Color information
#4E6560 (or 0x4E6560) is known color: Stromboli. HEX triplet: 4E, 65 and 60. RGB value is (78,101,96). Sum of RGB (Red+Green+Blue) = 78+101+96=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6560 is #B19A9F. Grayscale: #5D5D5D. Windows color (decimal): -11639456 or 6317390. OLE color: 6317390.
HSL color Cylindrical-coordinate representation of color #4E6560: hue angle of 166.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E6560 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 96 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.60 |
| HSL | 166.96º | 0.13% | 0.35% | - |
| HSV(B) | 166.96º | 0.23% | 0.4% | - |
| XYZ | 9.91 | 11.77 | 12.82 | - |
| YUV | 93.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 96 | 0.23 | 0 | 0.05 | 0.60 | 166.96 | 0.13 | 0.35 |
| Hex | 4E | 65 | 60 | 17 | 0 | 5 | 3C | A7 | D | 23 |
| Octal | 116 | 145 | 140 | 27 | 0 | 5 | 74 | 247 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1100000 | 10111 | 0 | 101 | 111100 | 10100111 | 1101 | 100011 |
Color Harmonies of #4E6560
Complementary color
Monochromatic Colors of #4E6560
Black with #4E6560
Text Example
Text Example
White with #4E6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6560; }
p { color: rgb(78,101,96); }
H1.HeaderClassName
{
color: #4E6560;
}
.AnyTagClassName
{
color: #4E6560;
}
</style>
background-color css
<style>
a { background-color: #4E6560; }
a { background-color: rgb(78,101,96); }
div.DivClassName
{
background-color: #4E6560;
}
.BgClassName
{
background-color: #4E6560;
}
</style>
border-color css
<style>
span { border-color: #4E6560; }
span { border-color: rgb(78,101,96); }
td.TdClassName
{
border-color: #4E6560;
}
.TagClassName
{
border-color: #4E6560;
}
</style>