Shades of Stromboli #4B605B
Tints of Stromboli #4B605B
RGB
CMYK
RGB Variations
Color information
#4B605B (or 0x4B605B) is known color: Stromboli. HEX triplet: 4B, 60 and 5B. RGB value is (75,96,91). Sum of RGB (Red+Green+Blue) = 75+96+91=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605B is #B49FA4. Grayscale: #595959. Windows color (decimal): -11837349 or 5988427. OLE color: 5988427.
HSL color Cylindrical-coordinate representation of color #4B605B: hue angle of 165.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B605B is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 91 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.62 |
| HSL | 165.71º | 0.12% | 0.34% | - |
| HSV(B) | 165.71º | 0.22% | 0.38% | - |
| XYZ | 8.97 | 10.62 | 11.47 | - |
| YUV | 89.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 91 | 0.22 | 0 | 0.05 | 0.62 | 165.71 | 0.12 | 0.34 |
| Hex | 4B | 60 | 5B | 16 | 0 | 5 | 3E | A6 | C | 22 |
| Octal | 113 | 140 | 133 | 26 | 0 | 5 | 76 | 246 | 14 | 42 |
| Binary | 1001011 | 1100000 | 1011011 | 10110 | 0 | 101 | 111110 | 10100110 | 1100 | 100010 |
Color Harmonies of #4B605B
Complementary color
Monochromatic Colors of #4B605B
Black with #4B605B
Text Example
Text Example
White with #4B605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B605B; }
p { color: rgb(75,96,91); }
H1.HeaderClassName
{
color: #4B605B;
}
.AnyTagClassName
{
color: #4B605B;
}
</style>
background-color css
<style>
a { background-color: #4B605B; }
a { background-color: rgb(75,96,91); }
div.DivClassName
{
background-color: #4B605B;
}
.BgClassName
{
background-color: #4B605B;
}
</style>
border-color css
<style>
span { border-color: #4B605B; }
span { border-color: rgb(75,96,91); }
td.TdClassName
{
border-color: #4B605B;
}
.TagClassName
{
border-color: #4B605B;
}
</style>