Shades of Stromboli #4B615B
Tints of Stromboli #4B615B
RGB
CMYK
RGB Variations
Color information
#4B615B (or 0x4B615B) is known color: Stromboli. HEX triplet: 4B, 61 and 5B. RGB value is (75,97,91). Sum of RGB (Red+Green+Blue) = 75+97+91=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #4B615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B615B is #B49EA4. Grayscale: #595959. Windows color (decimal): -11837093 or 5988683. OLE color: 5988683.
HSL color Cylindrical-coordinate representation of color #4B615B: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B615B is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 91 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.62 |
| HSL | 163.64º | 0.13% | 0.34% | - |
| HSV(B) | 163.64º | 0.23% | 0.38% | - |
| XYZ | 9.06 | 10.8 | 11.5 | - |
| YUV | 89.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 91 | 0.23 | 0 | 0.06 | 0.62 | 163.64 | 0.13 | 0.34 |
| Hex | 4B | 61 | 5B | 17 | 0 | 6 | 3E | A4 | D | 22 |
| Octal | 113 | 141 | 133 | 27 | 0 | 6 | 76 | 244 | 15 | 42 |
| Binary | 1001011 | 1100001 | 1011011 | 10111 | 0 | 110 | 111110 | 10100100 | 1101 | 100010 |
Color Harmonies of #4B615B
Complementary color
Monochromatic Colors of #4B615B
Black with #4B615B
Text Example
Text Example
White with #4B615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B615B; }
p { color: rgb(75,97,91); }
H1.HeaderClassName
{
color: #4B615B;
}
.AnyTagClassName
{
color: #4B615B;
}
</style>
background-color css
<style>
a { background-color: #4B615B; }
a { background-color: rgb(75,97,91); }
div.DivClassName
{
background-color: #4B615B;
}
.BgClassName
{
background-color: #4B615B;
}
</style>
border-color css
<style>
span { border-color: #4B615B; }
span { border-color: rgb(75,97,91); }
td.TdClassName
{
border-color: #4B615B;
}
.TagClassName
{
border-color: #4B615B;
}
</style>