Shades of Stromboli #4B625D
Tints of Stromboli #4B625D
RGB
CMYK
RGB Variations
Color information
#4B625D (or 0x4B625D) is known color: Stromboli. HEX triplet: 4B, 62 and 5D. RGB value is (75,98,93). Sum of RGB (Red+Green+Blue) = 75+98+93=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #4B625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B625D is #B49DA2. Grayscale: #5A5A5A. Windows color (decimal): -11836835 or 6120011. OLE color: 6120011.
HSL color Cylindrical-coordinate representation of color #4B625D: hue angle of 166.96º 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 #4B625D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 93 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.62 |
| HSL | 166.96º | 0.13% | 0.34% | - |
| HSV(B) | 166.96º | 0.23% | 0.38% | - |
| XYZ | 9.25 | 11.02 | 12 | - |
| YUV | 90.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 93 | 0.23 | 0 | 0.05 | 0.62 | 166.96 | 0.13 | 0.34 |
| Hex | 4B | 62 | 5D | 17 | 0 | 5 | 3E | A7 | D | 22 |
| Octal | 113 | 142 | 135 | 27 | 0 | 5 | 76 | 247 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1011101 | 10111 | 0 | 101 | 111110 | 10100111 | 1101 | 100010 |
Color Harmonies of #4B625D
Complementary color
Monochromatic Colors of #4B625D
Black with #4B625D
Text Example
Text Example
White with #4B625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B625D; }
p { color: rgb(75,98,93); }
H1.HeaderClassName
{
color: #4B625D;
}
.AnyTagClassName
{
color: #4B625D;
}
</style>
background-color css
<style>
a { background-color: #4B625D; }
a { background-color: rgb(75,98,93); }
div.DivClassName
{
background-color: #4B625D;
}
.BgClassName
{
background-color: #4B625D;
}
</style>
border-color css
<style>
span { border-color: #4B625D; }
span { border-color: rgb(75,98,93); }
td.TdClassName
{
border-color: #4B625D;
}
.TagClassName
{
border-color: #4B625D;
}
</style>