Shades of Stromboli #4B625B
Tints of Stromboli #4B625B
RGB
CMYK
RGB Variations
Color information
#4B625B (or 0x4B625B) is known color: Stromboli. HEX triplet: 4B, 62 and 5B. RGB value is (75,98,91). Sum of RGB (Red+Green+Blue) = 75+98+91=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #4B625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B625B is #B49DA4. Grayscale: #5A5A5A. Windows color (decimal): -11836837 or 5988939. OLE color: 5988939.
HSL color Cylindrical-coordinate representation of color #4B625B: hue angle of 161.74º 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 #4B625B is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 91 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.62 |
| HSL | 161.74º | 0.13% | 0.34% | - |
| HSV(B) | 161.74º | 0.23% | 0.38% | - |
| XYZ | 9.16 | 10.99 | 11.54 | - |
| YUV | 90.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 91 | 0.23 | 0 | 0.07 | 0.62 | 161.74 | 0.13 | 0.34 |
| Hex | 4B | 62 | 5B | 17 | 0 | 7 | 3E | A2 | D | 22 |
| Octal | 113 | 142 | 133 | 27 | 0 | 7 | 76 | 242 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1011011 | 10111 | 0 | 111 | 111110 | 10100010 | 1101 | 100010 |
Color Harmonies of #4B625B
Complementary color
Monochromatic Colors of #4B625B
Black with #4B625B
Text Example
Text Example
White with #4B625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B625B; }
p { color: rgb(75,98,91); }
H1.HeaderClassName
{
color: #4B625B;
}
.AnyTagClassName
{
color: #4B625B;
}
</style>
background-color css
<style>
a { background-color: #4B625B; }
a { background-color: rgb(75,98,91); }
div.DivClassName
{
background-color: #4B625B;
}
.BgClassName
{
background-color: #4B625B;
}
</style>
border-color css
<style>
span { border-color: #4B625B; }
span { border-color: rgb(75,98,91); }
td.TdClassName
{
border-color: #4B625B;
}
.TagClassName
{
border-color: #4B625B;
}
</style>