Shades of Stromboli #4C605B
Tints of Stromboli #4C605B
RGB
CMYK
RGB Variations
Color information
#4C605B (or 0x4C605B) is known color: Stromboli. HEX triplet: 4C, 60 and 5B. RGB value is (76,96,91). Sum of RGB (Red+Green+Blue) = 76+96+91=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #4C605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C605B is #B39FA4. Grayscale: #595959. Windows color (decimal): -11771813 or 5988428. OLE color: 5988428.
HSL color Cylindrical-coordinate representation of color #4C605B: hue angle of 165º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C605B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 91 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.62 |
| HSL | 165º | 0.12% | 0.34% | - |
| HSV(B) | 165º | 0.21% | 0.38% | - |
| XYZ | 9.05 | 10.66 | 11.48 | - |
| YUV | 89.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 91 | 0.21 | 0 | 0.05 | 0.62 | 165 | 0.12 | 0.34 |
| Hex | 4C | 60 | 5B | 15 | 0 | 5 | 3E | A5 | C | 22 |
| Octal | 114 | 140 | 133 | 25 | 0 | 5 | 76 | 245 | 14 | 42 |
| Binary | 1001100 | 1100000 | 1011011 | 10101 | 0 | 101 | 111110 | 10100101 | 1100 | 100010 |
Color Harmonies of #4C605B
Complementary color
Monochromatic Colors of #4C605B
Black with #4C605B
Text Example
Text Example
White with #4C605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C605B; }
p { color: rgb(76,96,91); }
H1.HeaderClassName
{
color: #4C605B;
}
.AnyTagClassName
{
color: #4C605B;
}
</style>
background-color css
<style>
a { background-color: #4C605B; }
a { background-color: rgb(76,96,91); }
div.DivClassName
{
background-color: #4C605B;
}
.BgClassName
{
background-color: #4C605B;
}
</style>
border-color css
<style>
span { border-color: #4C605B; }
span { border-color: rgb(76,96,91); }
td.TdClassName
{
border-color: #4C605B;
}
.TagClassName
{
border-color: #4C605B;
}
</style>