Shades of Stromboli #4B615C
Tints of Stromboli #4B615C
RGB
CMYK
RGB Variations
Color information
#4B615C (or 0x4B615C) is known color: Stromboli. HEX triplet: 4B, 61 and 5C. RGB value is (75,97,92). Sum of RGB (Red+Green+Blue) = 75+97+92=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #4B615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B615C is #B49EA3. Grayscale: #595959. Windows color (decimal): -11837092 or 6054219. OLE color: 6054219.
HSL color Cylindrical-coordinate representation of color #4B615C: hue angle of 166.36º 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 #4B615C is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 92 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.62 |
| HSL | 166.36º | 0.13% | 0.34% | - |
| HSV(B) | 166.36º | 0.23% | 0.38% | - |
| XYZ | 9.11 | 10.82 | 11.73 | - |
| YUV | 89.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 92 | 0.23 | 0 | 0.05 | 0.62 | 166.36 | 0.13 | 0.34 |
| Hex | 4B | 61 | 5C | 17 | 0 | 5 | 3E | A6 | D | 22 |
| Octal | 113 | 141 | 134 | 27 | 0 | 5 | 76 | 246 | 15 | 42 |
| Binary | 1001011 | 1100001 | 1011100 | 10111 | 0 | 101 | 111110 | 10100110 | 1101 | 100010 |
Color Harmonies of #4B615C
Complementary color
Monochromatic Colors of #4B615C
Black with #4B615C
Text Example
Text Example
White with #4B615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B615C; }
p { color: rgb(75,97,92); }
H1.HeaderClassName
{
color: #4B615C;
}
.AnyTagClassName
{
color: #4B615C;
}
</style>
background-color css
<style>
a { background-color: #4B615C; }
a { background-color: rgb(75,97,92); }
div.DivClassName
{
background-color: #4B615C;
}
.BgClassName
{
background-color: #4B615C;
}
</style>
border-color css
<style>
span { border-color: #4B615C; }
span { border-color: rgb(75,97,92); }
td.TdClassName
{
border-color: #4B615C;
}
.TagClassName
{
border-color: #4B615C;
}
</style>