Shades of Stromboli #4B6B60
Tints of Stromboli #4B6B60
RGB
CMYK
RGB Variations
Color information
#4B6B60 (or 0x4B6B60) is known color: Stromboli. HEX triplet: 4B, 6B and 60. RGB value is (75,107,96). Sum of RGB (Red+Green+Blue) = 75+107+96=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6B60 is #B4949F. Grayscale: #606060. Windows color (decimal): -11834528 or 6318923. OLE color: 6318923.
HSL color Cylindrical-coordinate representation of color #4B6B60: hue angle of 159.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6B60 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 107 | 96 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.58 |
| HSL | 159.38º | 0.18% | 0.36% | - |
| HSV(B) | 159.38º | 0.3% | 0.42% | - |
| XYZ | 10.27 | 12.86 | 13.01 | - |
| YUV | 96.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 107 | 96 | 0.30 | 0 | 0.10 | 0.58 | 159.38 | 0.18 | 0.36 |
| Hex | 4B | 6B | 60 | 1E | 0 | A | 3A | 9F | 12 | 24 |
| Octal | 113 | 153 | 140 | 36 | 0 | 12 | 72 | 237 | 22 | 44 |
| Binary | 1001011 | 1101011 | 1100000 | 11110 | 0 | 1010 | 111010 | 10011111 | 10010 | 100100 |
Color Harmonies of #4B6B60
Complementary color
Monochromatic Colors of #4B6B60
Black with #4B6B60
Text Example
Text Example
White with #4B6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6B60; }
p { color: rgb(75,107,96); }
H1.HeaderClassName
{
color: #4B6B60;
}
.AnyTagClassName
{
color: #4B6B60;
}
</style>
background-color css
<style>
a { background-color: #4B6B60; }
a { background-color: rgb(75,107,96); }
div.DivClassName
{
background-color: #4B6B60;
}
.BgClassName
{
background-color: #4B6B60;
}
</style>
border-color css
<style>
span { border-color: #4B6B60; }
span { border-color: rgb(75,107,96); }
td.TdClassName
{
border-color: #4B6B60;
}
.TagClassName
{
border-color: #4B6B60;
}
</style>