Shades of Stromboli #4C665E
Tints of Stromboli #4C665E
RGB
CMYK
RGB Variations
Color information
#4C665E (or 0x4C665E) is known color: Stromboli. HEX triplet: 4C, 66 and 5E. RGB value is (76,102,94). Sum of RGB (Red+Green+Blue) = 76+102+94=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #4C665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C665E is #B399A1. Grayscale: #5D5D5D. Windows color (decimal): -11770274 or 6186572. OLE color: 6186572.
HSL color Cylindrical-coordinate representation of color #4C665E: hue angle of 161.54º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C665E is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 94 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.6 |
| HSL | 161.54º | 0.15% | 0.35% | - |
| HSV(B) | 161.54º | 0.25% | 0.4% | - |
| XYZ | 9.75 | 11.85 | 12.36 | - |
| YUV | 93.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 94 | 0.25 | 0 | 0.08 | 0.6 | 161.54 | 0.15 | 0.35 |
| Hex | 4C | 66 | 5E | 19 | 0 | 8 | 3C | A2 | F | 23 |
| Octal | 114 | 146 | 136 | 31 | 0 | 10 | 74 | 242 | 17 | 43 |
| Binary | 1001100 | 1100110 | 1011110 | 11001 | 0 | 1000 | 111100 | 10100010 | 1111 | 100011 |
Color Harmonies of #4C665E
Complementary color
Monochromatic Colors of #4C665E
Black with #4C665E
Text Example
Text Example
White with #4C665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C665E; }
p { color: rgb(76,102,94); }
H1.HeaderClassName
{
color: #4C665E;
}
.AnyTagClassName
{
color: #4C665E;
}
</style>
background-color css
<style>
a { background-color: #4C665E; }
a { background-color: rgb(76,102,94); }
div.DivClassName
{
background-color: #4C665E;
}
.BgClassName
{
background-color: #4C665E;
}
</style>
border-color css
<style>
span { border-color: #4C665E; }
span { border-color: rgb(76,102,94); }
td.TdClassName
{
border-color: #4C665E;
}
.TagClassName
{
border-color: #4C665E;
}
</style>