Shades of Cape Cod #4E5853
Tints of Cape Cod #4E5853
RGB
CMYK
RGB Variations
Color information
#4E5853 (or 0x4E5853) is known color: Cape Cod. HEX triplet: 4E, 58 and 53. RGB value is (78,88,83). Sum of RGB (Red+Green+Blue) = 78+88+83=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5853 is #B1A7AC. Grayscale: #545454. Windows color (decimal): -11642797 or 5462094. OLE color: 5462094.
HSL color Cylindrical-coordinate representation of color #4E5853: hue angle of 150º 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 #4E5853 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 83 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.65 |
| HSL | 150º | 0.06% | 0.33% | - |
| HSV(B) | 150º | 0.11% | 0.35% | - |
| XYZ | 8.19 | 9.22 | 9.53 | - |
| YUV | 84.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 83 | 0.11 | 0 | 0.06 | 0.65 | 150 | 0.06 | 0.33 |
| Hex | 4E | 58 | 53 | B | 0 | 6 | 41 | 96 | 6 | 21 |
| Octal | 116 | 130 | 123 | 13 | 0 | 6 | 101 | 226 | 6 | 41 |
| Binary | 1001110 | 1011000 | 1010011 | 1011 | 0 | 110 | 1000001 | 10010110 | 110 | 100001 |
Color Harmonies of #4E5853
Complementary color
Monochromatic Colors of #4E5853
Black with #4E5853
Text Example
Text Example
White with #4E5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5853; }
p { color: rgb(78,88,83); }
H1.HeaderClassName
{
color: #4E5853;
}
.AnyTagClassName
{
color: #4E5853;
}
</style>
background-color css
<style>
a { background-color: #4E5853; }
a { background-color: rgb(78,88,83); }
div.DivClassName
{
background-color: #4E5853;
}
.BgClassName
{
background-color: #4E5853;
}
</style>
border-color css
<style>
span { border-color: #4E5853; }
span { border-color: rgb(78,88,83); }
td.TdClassName
{
border-color: #4E5853;
}
.TagClassName
{
border-color: #4E5853;
}
</style>