Shades of Stromboli #4A7060
Tints of Stromboli #4A7060
RGB
CMYK
RGB Variations
Color information
#4A7060 (or 0x4A7060) is known color: Stromboli. HEX triplet: 4A, 70 and 60. RGB value is (74,112,96). Sum of RGB (Red+Green+Blue) = 74+112+96=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7060 is #B58F9F. Grayscale: #626262. Windows color (decimal): -11898784 or 6320202. OLE color: 6320202.
HSL color Cylindrical-coordinate representation of color #4A7060: hue angle of 154.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7060 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 96 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.56 |
| HSL | 154.74º | 0.2% | 0.36% | - |
| HSV(B) | 154.74º | 0.34% | 0.44% | - |
| XYZ | 10.73 | 13.89 | 13.18 | - |
| YUV | 98.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 96 | 0.34 | 0 | 0.14 | 0.56 | 154.74 | 0.2 | 0.36 |
| Hex | 4A | 70 | 60 | 22 | 0 | E | 38 | 9B | 14 | 24 |
| Octal | 112 | 160 | 140 | 42 | 0 | 16 | 70 | 233 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1100000 | 100010 | 0 | 1110 | 111000 | 10011011 | 10100 | 100100 |
Color Harmonies of #4A7060
Complementary color
Monochromatic Colors of #4A7060
Black with #4A7060
Text Example
Text Example
White with #4A7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7060; }
p { color: rgb(74,112,96); }
H1.HeaderClassName
{
color: #4A7060;
}
.AnyTagClassName
{
color: #4A7060;
}
</style>
background-color css
<style>
a { background-color: #4A7060; }
a { background-color: rgb(74,112,96); }
div.DivClassName
{
background-color: #4A7060;
}
.BgClassName
{
background-color: #4A7060;
}
</style>
border-color css
<style>
span { border-color: #4A7060; }
span { border-color: rgb(74,112,96); }
td.TdClassName
{
border-color: #4A7060;
}
.TagClassName
{
border-color: #4A7060;
}
</style>