Shades of Stromboli #4B605A
Tints of Stromboli #4B605A
RGB
CMYK
RGB Variations
Color information
#4B605A (or 0x4B605A) is known color: Stromboli. HEX triplet: 4B, 60 and 5A. RGB value is (75,96,90). Sum of RGB (Red+Green+Blue) = 75+96+90=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605A is #B49FA5. Grayscale: #595959. Windows color (decimal): -11837350 or 5922891. OLE color: 5922891.
HSL color Cylindrical-coordinate representation of color #4B605A: hue angle of 162.86º 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 #4B605A is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 90 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.62 |
| HSL | 162.86º | 0.12% | 0.34% | - |
| HSV(B) | 162.86º | 0.22% | 0.38% | - |
| XYZ | 8.93 | 10.6 | 11.25 | - |
| YUV | 89.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 90 | 0.22 | 0 | 0.06 | 0.62 | 162.86 | 0.12 | 0.34 |
| Hex | 4B | 60 | 5A | 16 | 0 | 6 | 3E | A3 | C | 22 |
| Octal | 113 | 140 | 132 | 26 | 0 | 6 | 76 | 243 | 14 | 42 |
| Binary | 1001011 | 1100000 | 1011010 | 10110 | 0 | 110 | 111110 | 10100011 | 1100 | 100010 |
Color Harmonies of #4B605A
Complementary color
Monochromatic Colors of #4B605A
Black with #4B605A
Text Example
Text Example
White with #4B605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B605A; }
p { color: rgb(75,96,90); }
H1.HeaderClassName
{
color: #4B605A;
}
.AnyTagClassName
{
color: #4B605A;
}
</style>
background-color css
<style>
a { background-color: #4B605A; }
a { background-color: rgb(75,96,90); }
div.DivClassName
{
background-color: #4B605A;
}
.BgClassName
{
background-color: #4B605A;
}
</style>
border-color css
<style>
span { border-color: #4B605A; }
span { border-color: rgb(75,96,90); }
td.TdClassName
{
border-color: #4B605A;
}
.TagClassName
{
border-color: #4B605A;
}
</style>