Shades of Cape Cod #4E5653
Tints of Cape Cod #4E5653
RGB
CMYK
RGB Variations
Color information
#4E5653 (or 0x4E5653) is known color: Cape Cod. HEX triplet: 4E, 56 and 53. RGB value is (78,86,83). Sum of RGB (Red+Green+Blue) = 78+86+83=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5653 is #B1A9AC. Grayscale: #535353. Windows color (decimal): -11643309 or 5461582. OLE color: 5461582.
HSL color Cylindrical-coordinate representation of color #4E5653: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E5653 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 86 | 83 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.66 |
| HSL | 157.5º | 0.05% | 0.32% | - |
| HSV(B) | 157.5º | 0.09% | 0.34% | - |
| XYZ | 8.03 | 8.9 | 9.48 | - |
| YUV | 83.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 83 | 0.09 | 0 | 0.03 | 0.66 | 157.5 | 0.05 | 0.32 |
| Hex | 4E | 56 | 53 | 9 | 0 | 3 | 42 | 9E | 5 | 20 |
| Octal | 116 | 126 | 123 | 11 | 0 | 3 | 102 | 236 | 5 | 40 |
| Binary | 1001110 | 1010110 | 1010011 | 1001 | 0 | 11 | 1000010 | 10011110 | 101 | 100000 |
Color Harmonies of #4E5653
Complementary color
Monochromatic Colors of #4E5653
Black with #4E5653
Text Example
Text Example
White with #4E5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5653; }
p { color: rgb(78,86,83); }
H1.HeaderClassName
{
color: #4E5653;
}
.AnyTagClassName
{
color: #4E5653;
}
</style>
background-color css
<style>
a { background-color: #4E5653; }
a { background-color: rgb(78,86,83); }
div.DivClassName
{
background-color: #4E5653;
}
.BgClassName
{
background-color: #4E5653;
}
</style>
border-color css
<style>
span { border-color: #4E5653; }
span { border-color: rgb(78,86,83); }
td.TdClassName
{
border-color: #4E5653;
}
.TagClassName
{
border-color: #4E5653;
}
</style>