Shades of Stromboli #4E615D
Tints of Stromboli #4E615D
RGB
CMYK
RGB Variations
Color information
#4E615D (or 0x4E615D) is known color: Stromboli. HEX triplet: 4E, 61 and 5D. RGB value is (78,97,93). Sum of RGB (Red+Green+Blue) = 78+97+93=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #4E615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E615D is #B19EA2. Grayscale: #5A5A5A. Windows color (decimal): -11640483 or 6119758. OLE color: 6119758.
HSL color Cylindrical-coordinate representation of color #4E615D: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E615D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 93 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.62 |
| HSL | 167.37º | 0.11% | 0.34% | - |
| HSV(B) | 167.37º | 0.2% | 0.38% | - |
| XYZ | 9.39 | 10.96 | 11.98 | - |
| YUV | 90.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 93 | 0.20 | 0 | 0.04 | 0.62 | 167.37 | 0.11 | 0.34 |
| Hex | 4E | 61 | 5D | 14 | 0 | 4 | 3E | A7 | B | 22 |
| Octal | 116 | 141 | 135 | 24 | 0 | 4 | 76 | 247 | 13 | 42 |
| Binary | 1001110 | 1100001 | 1011101 | 10100 | 0 | 100 | 111110 | 10100111 | 1011 | 100010 |
Color Harmonies of #4E615D
Complementary color
Monochromatic Colors of #4E615D
Black with #4E615D
Text Example
Text Example
White with #4E615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E615D; }
p { color: rgb(78,97,93); }
H1.HeaderClassName
{
color: #4E615D;
}
.AnyTagClassName
{
color: #4E615D;
}
</style>
background-color css
<style>
a { background-color: #4E615D; }
a { background-color: rgb(78,97,93); }
div.DivClassName
{
background-color: #4E615D;
}
.BgClassName
{
background-color: #4E615D;
}
</style>
border-color css
<style>
span { border-color: #4E615D; }
span { border-color: rgb(78,97,93); }
td.TdClassName
{
border-color: #4E615D;
}
.TagClassName
{
border-color: #4E615D;
}
</style>