Shades of Stromboli #4C645F
Tints of Stromboli #4C645F
RGB
CMYK
RGB Variations
Color information
#4C645F (or 0x4C645F) is known color: Stromboli. HEX triplet: 4C, 64 and 5F. RGB value is (76,100,95). Sum of RGB (Red+Green+Blue) = 76+100+95=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #4C645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C645F is #B39BA0. Grayscale: #5C5C5C. Windows color (decimal): -11770785 or 6251596. OLE color: 6251596.
HSL color Cylindrical-coordinate representation of color #4C645F: hue angle of 167.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C645F is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 95 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.61 |
| HSL | 167.5º | 0.14% | 0.35% | - |
| HSV(B) | 167.5º | 0.24% | 0.39% | - |
| XYZ | 9.6 | 11.48 | 12.54 | - |
| YUV | 92.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 95 | 0.24 | 0 | 0.05 | 0.61 | 167.5 | 0.14 | 0.35 |
| Hex | 4C | 64 | 5F | 18 | 0 | 5 | 3D | A8 | E | 23 |
| Octal | 114 | 144 | 137 | 30 | 0 | 5 | 75 | 250 | 16 | 43 |
| Binary | 1001100 | 1100100 | 1011111 | 11000 | 0 | 101 | 111101 | 10101000 | 1110 | 100011 |
Color Harmonies of #4C645F
Complementary color
Monochromatic Colors of #4C645F
Black with #4C645F
Text Example
Text Example
White with #4C645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C645F; }
p { color: rgb(76,100,95); }
H1.HeaderClassName
{
color: #4C645F;
}
.AnyTagClassName
{
color: #4C645F;
}
</style>
background-color css
<style>
a { background-color: #4C645F; }
a { background-color: rgb(76,100,95); }
div.DivClassName
{
background-color: #4C645F;
}
.BgClassName
{
background-color: #4C645F;
}
</style>
border-color css
<style>
span { border-color: #4C645F; }
span { border-color: rgb(76,100,95); }
td.TdClassName
{
border-color: #4C645F;
}
.TagClassName
{
border-color: #4C645F;
}
</style>