Shades of Stromboli #4D6860
Tints of Stromboli #4D6860
RGB
CMYK
RGB Variations
Color information
#4D6860 (or 0x4D6860) is known color: Stromboli. HEX triplet: 4D, 68 and 60. RGB value is (77,104,96). Sum of RGB (Red+Green+Blue) = 77+104+96=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6860 is #B2979F. Grayscale: #5F5F5F. Windows color (decimal): -11704224 or 6318157. OLE color: 6318157.
HSL color Cylindrical-coordinate representation of color #4D6860: hue angle of 162.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6860 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 96 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.59 |
| HSL | 162.22º | 0.15% | 0.35% | - |
| HSV(B) | 162.22º | 0.26% | 0.41% | - |
| XYZ | 10.12 | 12.32 | 12.91 | - |
| YUV | 95.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 96 | 0.26 | 0 | 0.08 | 0.59 | 162.22 | 0.15 | 0.35 |
| Hex | 4D | 68 | 60 | 1A | 0 | 8 | 3B | A2 | F | 23 |
| Octal | 115 | 150 | 140 | 32 | 0 | 10 | 73 | 242 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1100000 | 11010 | 0 | 1000 | 111011 | 10100010 | 1111 | 100011 |
Color Harmonies of #4D6860
Complementary color
Monochromatic Colors of #4D6860
Black with #4D6860
Text Example
Text Example
White with #4D6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6860; }
p { color: rgb(77,104,96); }
H1.HeaderClassName
{
color: #4D6860;
}
.AnyTagClassName
{
color: #4D6860;
}
</style>
background-color css
<style>
a { background-color: #4D6860; }
a { background-color: rgb(77,104,96); }
div.DivClassName
{
background-color: #4D6860;
}
.BgClassName
{
background-color: #4D6860;
}
</style>
border-color css
<style>
span { border-color: #4D6860; }
span { border-color: rgb(77,104,96); }
td.TdClassName
{
border-color: #4D6860;
}
.TagClassName
{
border-color: #4D6860;
}
</style>