Shades of Stromboli #4C625D
Tints of Stromboli #4C625D
RGB
CMYK
RGB Variations
Color information
#4C625D (or 0x4C625D) is known color: Stromboli. HEX triplet: 4C, 62 and 5D. RGB value is (76,98,93). Sum of RGB (Red+Green+Blue) = 76+98+93=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #4C625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C625D is #B39DA2. Grayscale: #5A5A5A. Windows color (decimal): -11771299 or 6120012. OLE color: 6120012.
HSL color Cylindrical-coordinate representation of color #4C625D: 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.22%. Process color model (Four color, CMYK) of #4C625D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 93 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.62 |
| HSL | 166.36º | 0.13% | 0.34% | - |
| HSV(B) | 166.36º | 0.22% | 0.38% | - |
| XYZ | 9.32 | 11.06 | 12 | - |
| YUV | 90.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 93 | 0.22 | 0 | 0.05 | 0.62 | 166.36 | 0.13 | 0.34 |
| Hex | 4C | 62 | 5D | 16 | 0 | 5 | 3E | A6 | D | 22 |
| Octal | 114 | 142 | 135 | 26 | 0 | 5 | 76 | 246 | 15 | 42 |
| Binary | 1001100 | 1100010 | 1011101 | 10110 | 0 | 101 | 111110 | 10100110 | 1101 | 100010 |
Color Harmonies of #4C625D
Complementary color
Monochromatic Colors of #4C625D
Black with #4C625D
Text Example
Text Example
White with #4C625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C625D; }
p { color: rgb(76,98,93); }
H1.HeaderClassName
{
color: #4C625D;
}
.AnyTagClassName
{
color: #4C625D;
}
</style>
background-color css
<style>
a { background-color: #4C625D; }
a { background-color: rgb(76,98,93); }
div.DivClassName
{
background-color: #4C625D;
}
.BgClassName
{
background-color: #4C625D;
}
</style>
border-color css
<style>
span { border-color: #4C625D; }
span { border-color: rgb(76,98,93); }
td.TdClassName
{
border-color: #4C625D;
}
.TagClassName
{
border-color: #4C625D;
}
</style>