Shades of Stromboli #4A6860
Tints of Stromboli #4A6860
RGB
CMYK
RGB Variations
Color information
#4A6860 (or 0x4A6860) is known color: Stromboli. HEX triplet: 4A, 68 and 60. RGB value is (74,104,96). Sum of RGB (Red+Green+Blue) = 74+104+96=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6860 is #B5979F. Grayscale: #5E5E5E. Windows color (decimal): -11900832 or 6318154. OLE color: 6318154.
HSL color Cylindrical-coordinate representation of color #4A6860: hue angle of 164º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A6860 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 96 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.59 |
| HSL | 164º | 0.17% | 0.35% | - |
| HSV(B) | 164º | 0.29% | 0.41% | - |
| XYZ | 9.89 | 12.2 | 12.9 | - |
| YUV | 94.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 96 | 0.29 | 0 | 0.08 | 0.59 | 164 | 0.17 | 0.35 |
| Hex | 4A | 68 | 60 | 1D | 0 | 8 | 3B | A4 | 11 | 23 |
| Octal | 112 | 150 | 140 | 35 | 0 | 10 | 73 | 244 | 21 | 43 |
| Binary | 1001010 | 1101000 | 1100000 | 11101 | 0 | 1000 | 111011 | 10100100 | 10001 | 100011 |
Color Harmonies of #4A6860
Complementary color
Monochromatic Colors of #4A6860
Black with #4A6860
Text Example
Text Example
White with #4A6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6860; }
p { color: rgb(74,104,96); }
H1.HeaderClassName
{
color: #4A6860;
}
.AnyTagClassName
{
color: #4A6860;
}
</style>
background-color css
<style>
a { background-color: #4A6860; }
a { background-color: rgb(74,104,96); }
div.DivClassName
{
background-color: #4A6860;
}
.BgClassName
{
background-color: #4A6860;
}
</style>
border-color css
<style>
span { border-color: #4A6860; }
span { border-color: rgb(74,104,96); }
td.TdClassName
{
border-color: #4A6860;
}
.TagClassName
{
border-color: #4A6860;
}
</style>