Shades of Cape Cod #4D5452
Tints of Cape Cod #4D5452
RGB
CMYK
RGB Variations
Color information
#4D5452 (or 0x4D5452) is known color: Cape Cod. HEX triplet: 4D, 54 and 52. RGB value is (77,84,82). Sum of RGB (Red+Green+Blue) = 77+84+82=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5452 is #B2ABAD. Grayscale: #515151. Windows color (decimal): -11709358 or 5395533. OLE color: 5395533.
HSL color Cylindrical-coordinate representation of color #4D5452: hue angle of 162.86º 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 #4D5452 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 82 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.67 |
| HSL | 162.86º | 0.04% | 0.32% | - |
| HSV(B) | 162.86º | 0.08% | 0.33% | - |
| XYZ | 7.75 | 8.53 | 9.22 | - |
| YUV | 81.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 82 | 0.08 | 0 | 0.02 | 0.67 | 162.86 | 0.04 | 0.32 |
| Hex | 4D | 54 | 52 | 8 | 0 | 2 | 43 | A3 | 4 | 20 |
| Octal | 115 | 124 | 122 | 10 | 0 | 2 | 103 | 243 | 4 | 40 |
| Binary | 1001101 | 1010100 | 1010010 | 1000 | 0 | 10 | 1000011 | 10100011 | 100 | 100000 |
Color Harmonies of #4D5452
Complementary color
Monochromatic Colors of #4D5452
Black with #4D5452
Text Example
Text Example
White with #4D5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5452; }
p { color: rgb(77,84,82); }
H1.HeaderClassName
{
color: #4D5452;
}
.AnyTagClassName
{
color: #4D5452;
}
</style>
background-color css
<style>
a { background-color: #4D5452; }
a { background-color: rgb(77,84,82); }
div.DivClassName
{
background-color: #4D5452;
}
.BgClassName
{
background-color: #4D5452;
}
</style>
border-color css
<style>
span { border-color: #4D5452; }
span { border-color: rgb(77,84,82); }
td.TdClassName
{
border-color: #4D5452;
}
.TagClassName
{
border-color: #4D5452;
}
</style>