Shades of Cape Cod #4E5855
Tints of Cape Cod #4E5855
RGB
CMYK
RGB Variations
Color information
#4E5855 (or 0x4E5855) is known color: Cape Cod. HEX triplet: 4E, 58 and 55. RGB value is (78,88,85). Sum of RGB (Red+Green+Blue) = 78+88+85=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5855 is #B1A7AA. Grayscale: #545454. Windows color (decimal): -11642795 or 5593166. OLE color: 5593166.
HSL color Cylindrical-coordinate representation of color #4E5855: hue angle of 162º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5855 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 85 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.65 |
| HSL | 162º | 0.06% | 0.33% | - |
| HSV(B) | 162º | 0.11% | 0.35% | - |
| XYZ | 8.27 | 9.26 | 9.94 | - |
| YUV | 84.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 85 | 0.11 | 0 | 0.03 | 0.65 | 162 | 0.06 | 0.33 |
| Hex | 4E | 58 | 55 | B | 0 | 3 | 41 | A2 | 6 | 21 |
| Octal | 116 | 130 | 125 | 13 | 0 | 3 | 101 | 242 | 6 | 41 |
| Binary | 1001110 | 1011000 | 1010101 | 1011 | 0 | 11 | 1000001 | 10100010 | 110 | 100001 |
Color Harmonies of #4E5855
Complementary color
Monochromatic Colors of #4E5855
Black with #4E5855
Text Example
Text Example
White with #4E5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5855; }
p { color: rgb(78,88,85); }
H1.HeaderClassName
{
color: #4E5855;
}
.AnyTagClassName
{
color: #4E5855;
}
</style>
background-color css
<style>
a { background-color: #4E5855; }
a { background-color: rgb(78,88,85); }
div.DivClassName
{
background-color: #4E5855;
}
.BgClassName
{
background-color: #4E5855;
}
</style>
border-color css
<style>
span { border-color: #4E5855; }
span { border-color: rgb(78,88,85); }
td.TdClassName
{
border-color: #4E5855;
}
.TagClassName
{
border-color: #4E5855;
}
</style>