Shades of Cape Cod #4A5955
Tints of Cape Cod #4A5955
RGB
CMYK
RGB Variations
Color information
#4A5955 (or 0x4A5955) is known color: Cape Cod. HEX triplet: 4A, 59 and 55. RGB value is (74,89,85). Sum of RGB (Red+Green+Blue) = 74+89+85=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5955 is #B5A6AA. Grayscale: #545454. Windows color (decimal): -11904683 or 5593418. OLE color: 5593418.
HSL color Cylindrical-coordinate representation of color #4A5955: hue angle of 164º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A5955 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 85 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.65 |
| HSL | 164º | 0.09% | 0.32% | - |
| HSV(B) | 164º | 0.17% | 0.35% | - |
| XYZ | 8.04 | 9.26 | 9.96 | - |
| YUV | 84.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 85 | 0.17 | 0 | 0.04 | 0.65 | 164 | 0.09 | 0.32 |
| Hex | 4A | 59 | 55 | 11 | 0 | 4 | 41 | A4 | 9 | 20 |
| Octal | 112 | 131 | 125 | 21 | 0 | 4 | 101 | 244 | 11 | 40 |
| Binary | 1001010 | 1011001 | 1010101 | 10001 | 0 | 100 | 1000001 | 10100100 | 1001 | 100000 |
Color Harmonies of #4A5955
Complementary color
Monochromatic Colors of #4A5955
Black with #4A5955
Text Example
Text Example
White with #4A5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5955; }
p { color: rgb(74,89,85); }
H1.HeaderClassName
{
color: #4A5955;
}
.AnyTagClassName
{
color: #4A5955;
}
</style>
background-color css
<style>
a { background-color: #4A5955; }
a { background-color: rgb(74,89,85); }
div.DivClassName
{
background-color: #4A5955;
}
.BgClassName
{
background-color: #4A5955;
}
</style>
border-color css
<style>
span { border-color: #4A5955; }
span { border-color: rgb(74,89,85); }
td.TdClassName
{
border-color: #4A5955;
}
.TagClassName
{
border-color: #4A5955;
}
</style>