Shades of Cape Cod #4D5854
Tints of Cape Cod #4D5854
RGB
CMYK
RGB Variations
Color information
#4D5854 (or 0x4D5854) is known color: Cape Cod. HEX triplet: 4D, 58 and 54. RGB value is (77,88,84). Sum of RGB (Red+Green+Blue) = 77+88+84=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5854 is #B2A7AB. Grayscale: #545454. Windows color (decimal): -11708332 or 5527629. OLE color: 5527629.
HSL color Cylindrical-coordinate representation of color #4D5854: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5854 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 84 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.65 |
| HSL | 158.18º | 0.07% | 0.32% | - |
| HSV(B) | 158.18º | 0.13% | 0.35% | - |
| XYZ | 8.15 | 9.2 | 9.73 | - |
| YUV | 84.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 84 | 0.12 | 0 | 0.05 | 0.65 | 158.18 | 0.07 | 0.32 |
| Hex | 4D | 58 | 54 | C | 0 | 5 | 41 | 9E | 7 | 20 |
| Octal | 115 | 130 | 124 | 14 | 0 | 5 | 101 | 236 | 7 | 40 |
| Binary | 1001101 | 1011000 | 1010100 | 1100 | 0 | 101 | 1000001 | 10011110 | 111 | 100000 |
Color Harmonies of #4D5854
Complementary color
Monochromatic Colors of #4D5854
Black with #4D5854
Text Example
Text Example
White with #4D5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5854; }
p { color: rgb(77,88,84); }
H1.HeaderClassName
{
color: #4D5854;
}
.AnyTagClassName
{
color: #4D5854;
}
</style>
background-color css
<style>
a { background-color: #4D5854; }
a { background-color: rgb(77,88,84); }
div.DivClassName
{
background-color: #4D5854;
}
.BgClassName
{
background-color: #4D5854;
}
</style>
border-color css
<style>
span { border-color: #4D5854; }
span { border-color: rgb(77,88,84); }
td.TdClassName
{
border-color: #4D5854;
}
.TagClassName
{
border-color: #4D5854;
}
</style>