Shades of Stromboli #4F615D
Tints of Stromboli #4F615D
RGB
CMYK
RGB Variations
Color information
#4F615D (or 0x4F615D) is known color: Stromboli. HEX triplet: 4F, 61 and 5D. RGB value is (79,97,93). Sum of RGB (Red+Green+Blue) = 79+97+93=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #4F615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F615D is #B09EA2. Grayscale: #5B5B5B. Windows color (decimal): -11574947 or 6119759. OLE color: 6119759.
HSL color Cylindrical-coordinate representation of color #4F615D: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F615D is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 93 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.62 |
| HSL | 166.67º | 0.1% | 0.35% | - |
| HSV(B) | 166.67º | 0.19% | 0.38% | - |
| XYZ | 9.47 | 11 | 11.98 | - |
| YUV | 91.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 93 | 0.19 | 0 | 0.04 | 0.62 | 166.67 | 0.1 | 0.35 |
| Hex | 4F | 61 | 5D | 13 | 0 | 4 | 3E | A7 | A | 23 |
| Octal | 117 | 141 | 135 | 23 | 0 | 4 | 76 | 247 | 12 | 43 |
| Binary | 1001111 | 1100001 | 1011101 | 10011 | 0 | 100 | 111110 | 10100111 | 1010 | 100011 |
Color Harmonies of #4F615D
Complementary color
Monochromatic Colors of #4F615D
Black with #4F615D
Text Example
Text Example
White with #4F615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F615D; }
p { color: rgb(79,97,93); }
H1.HeaderClassName
{
color: #4F615D;
}
.AnyTagClassName
{
color: #4F615D;
}
</style>
background-color css
<style>
a { background-color: #4F615D; }
a { background-color: rgb(79,97,93); }
div.DivClassName
{
background-color: #4F615D;
}
.BgClassName
{
background-color: #4F615D;
}
</style>
border-color css
<style>
span { border-color: #4F615D; }
span { border-color: rgb(79,97,93); }
td.TdClassName
{
border-color: #4F615D;
}
.TagClassName
{
border-color: #4F615D;
}
</style>