Shades of Cape Cod #4E5552
Tints of Cape Cod #4E5552
RGB
CMYK
RGB Variations
Color information
#4E5552 (or 0x4E5552) is known color: Cape Cod. HEX triplet: 4E, 55 and 52. RGB value is (78,85,82). Sum of RGB (Red+Green+Blue) = 78+85+82=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5552 is #B1AAAD. Grayscale: #525252. Windows color (decimal): -11643566 or 5395790. OLE color: 5395790.
HSL color Cylindrical-coordinate representation of color #4E5552: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E5552 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 82 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.67 |
| HSL | 154.29º | 0.04% | 0.32% | - |
| HSV(B) | 154.29º | 0.08% | 0.33% | - |
| XYZ | 7.91 | 8.73 | 9.25 | - |
| YUV | 82.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 82 | 0.08 | 0 | 0.04 | 0.67 | 154.29 | 0.04 | 0.32 |
| Hex | 4E | 55 | 52 | 8 | 0 | 4 | 43 | 9A | 4 | 20 |
| Octal | 116 | 125 | 122 | 10 | 0 | 4 | 103 | 232 | 4 | 40 |
| Binary | 1001110 | 1010101 | 1010010 | 1000 | 0 | 100 | 1000011 | 10011010 | 100 | 100000 |
Color Harmonies of #4E5552
Complementary color
Monochromatic Colors of #4E5552
Black with #4E5552
Text Example
Text Example
White with #4E5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5552; }
p { color: rgb(78,85,82); }
H1.HeaderClassName
{
color: #4E5552;
}
.AnyTagClassName
{
color: #4E5552;
}
</style>
background-color css
<style>
a { background-color: #4E5552; }
a { background-color: rgb(78,85,82); }
div.DivClassName
{
background-color: #4E5552;
}
.BgClassName
{
background-color: #4E5552;
}
</style>
border-color css
<style>
span { border-color: #4E5552; }
span { border-color: rgb(78,85,82); }
td.TdClassName
{
border-color: #4E5552;
}
.TagClassName
{
border-color: #4E5552;
}
</style>