Shades of Stromboli #4A7162
Tints of Stromboli #4A7162
RGB
CMYK
RGB Variations
Color information
#4A7162 (or 0x4A7162) is known color: Stromboli. HEX triplet: 4A, 71 and 62. RGB value is (74,113,98). Sum of RGB (Red+Green+Blue) = 74+113+98=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7162 is #B58E9D. Grayscale: #636363. Windows color (decimal): -11898526 or 6451530. OLE color: 6451530.
HSL color Cylindrical-coordinate representation of color #4A7162: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7162 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 98 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.56 |
| HSL | 156.92º | 0.21% | 0.37% | - |
| HSV(B) | 156.92º | 0.35% | 0.44% | - |
| XYZ | 10.93 | 14.15 | 13.71 | - |
| YUV | 99.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 98 | 0.35 | 0 | 0.13 | 0.56 | 156.92 | 0.21 | 0.37 |
| Hex | 4A | 71 | 62 | 23 | 0 | D | 38 | 9D | 15 | 25 |
| Octal | 112 | 161 | 142 | 43 | 0 | 15 | 70 | 235 | 25 | 45 |
| Binary | 1001010 | 1110001 | 1100010 | 100011 | 0 | 1101 | 111000 | 10011101 | 10101 | 100101 |
Color Harmonies of #4A7162
Complementary color
Monochromatic Colors of #4A7162
Black with #4A7162
Text Example
Text Example
White with #4A7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7162; }
p { color: rgb(74,113,98); }
H1.HeaderClassName
{
color: #4A7162;
}
.AnyTagClassName
{
color: #4A7162;
}
</style>
background-color css
<style>
a { background-color: #4A7162; }
a { background-color: rgb(74,113,98); }
div.DivClassName
{
background-color: #4A7162;
}
.BgClassName
{
background-color: #4A7162;
}
</style>
border-color css
<style>
span { border-color: #4A7162; }
span { border-color: rgb(74,113,98); }
td.TdClassName
{
border-color: #4A7162;
}
.TagClassName
{
border-color: #4A7162;
}
</style>