Shades of Stromboli #4E625D
Tints of Stromboli #4E625D
RGB
CMYK
RGB Variations
Color information
#4E625D (or 0x4E625D) is known color: Stromboli. HEX triplet: 4E, 62 and 5D. RGB value is (78,98,93). Sum of RGB (Red+Green+Blue) = 78+98+93=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #4E625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E625D is #B19DA2. Grayscale: #5B5B5B. Windows color (decimal): -11640227 or 6120014. OLE color: 6120014.
HSL color Cylindrical-coordinate representation of color #4E625D: hue angle of 165º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E625D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 93 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.62 |
| HSL | 165º | 0.11% | 0.35% | - |
| HSV(B) | 165º | 0.2% | 0.38% | - |
| XYZ | 9.49 | 11.15 | 12.01 | - |
| YUV | 91.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 93 | 0.20 | 0 | 0.05 | 0.62 | 165 | 0.11 | 0.35 |
| Hex | 4E | 62 | 5D | 14 | 0 | 5 | 3E | A5 | B | 23 |
| Octal | 116 | 142 | 135 | 24 | 0 | 5 | 76 | 245 | 13 | 43 |
| Binary | 1001110 | 1100010 | 1011101 | 10100 | 0 | 101 | 111110 | 10100101 | 1011 | 100011 |
Color Harmonies of #4E625D
Complementary color
Monochromatic Colors of #4E625D
Black with #4E625D
Text Example
Text Example
White with #4E625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E625D; }
p { color: rgb(78,98,93); }
H1.HeaderClassName
{
color: #4E625D;
}
.AnyTagClassName
{
color: #4E625D;
}
</style>
background-color css
<style>
a { background-color: #4E625D; }
a { background-color: rgb(78,98,93); }
div.DivClassName
{
background-color: #4E625D;
}
.BgClassName
{
background-color: #4E625D;
}
</style>
border-color css
<style>
span { border-color: #4E625D; }
span { border-color: rgb(78,98,93); }
td.TdClassName
{
border-color: #4E625D;
}
.TagClassName
{
border-color: #4E625D;
}
</style>