Shades of Stromboli #4E6660
Tints of Stromboli #4E6660
RGB
CMYK
RGB Variations
Color information
#4E6660 (or 0x4E6660) is known color: Stromboli. HEX triplet: 4E, 66 and 60. RGB value is (78,102,96). Sum of RGB (Red+Green+Blue) = 78+102+96=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6660 is #B1999F. Grayscale: #5E5E5E. Windows color (decimal): -11639200 or 6317646. OLE color: 6317646.
HSL color Cylindrical-coordinate representation of color #4E6660: hue angle of 165º 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 #4E6660 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 96 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.6 |
| HSL | 165º | 0.13% | 0.35% | - |
| HSV(B) | 165º | 0.24% | 0.4% | - |
| XYZ | 10 | 11.97 | 12.85 | - |
| YUV | 94.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 96 | 0.24 | 0 | 0.06 | 0.6 | 165 | 0.13 | 0.35 |
| Hex | 4E | 66 | 60 | 18 | 0 | 6 | 3C | A5 | D | 23 |
| Octal | 116 | 146 | 140 | 30 | 0 | 6 | 74 | 245 | 15 | 43 |
| Binary | 1001110 | 1100110 | 1100000 | 11000 | 0 | 110 | 111100 | 10100101 | 1101 | 100011 |
Color Harmonies of #4E6660
Complementary color
Monochromatic Colors of #4E6660
Black with #4E6660
Text Example
Text Example
White with #4E6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6660; }
p { color: rgb(78,102,96); }
H1.HeaderClassName
{
color: #4E6660;
}
.AnyTagClassName
{
color: #4E6660;
}
</style>
background-color css
<style>
a { background-color: #4E6660; }
a { background-color: rgb(78,102,96); }
div.DivClassName
{
background-color: #4E6660;
}
.BgClassName
{
background-color: #4E6660;
}
</style>
border-color css
<style>
span { border-color: #4E6660; }
span { border-color: rgb(78,102,96); }
td.TdClassName
{
border-color: #4E6660;
}
.TagClassName
{
border-color: #4E6660;
}
</style>