Shades of Cape Cod #4B5955
Tints of Cape Cod #4B5955
RGB
CMYK
RGB Variations
Color information
#4B5955 (or 0x4B5955) is known color: Cape Cod. HEX triplet: 4B, 59 and 55. RGB value is (75,89,85). Sum of RGB (Red+Green+Blue) = 75+89+85=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5955 is #B4A6AA. Grayscale: #545454. Windows color (decimal): -11839147 or 5593419. OLE color: 5593419.
HSL color Cylindrical-coordinate representation of color #4B5955: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5955 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 85 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.65 |
| HSL | 162.86º | 0.09% | 0.32% | - |
| HSV(B) | 162.86º | 0.16% | 0.35% | - |
| XYZ | 8.11 | 9.3 | 9.96 | - |
| YUV | 84.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 85 | 0.16 | 0 | 0.04 | 0.65 | 162.86 | 0.09 | 0.32 |
| Hex | 4B | 59 | 55 | 10 | 0 | 4 | 41 | A3 | 9 | 20 |
| Octal | 113 | 131 | 125 | 20 | 0 | 4 | 101 | 243 | 11 | 40 |
| Binary | 1001011 | 1011001 | 1010101 | 10000 | 0 | 100 | 1000001 | 10100011 | 1001 | 100000 |
Color Harmonies of #4B5955
Complementary color
Monochromatic Colors of #4B5955
Black with #4B5955
Text Example
Text Example
White with #4B5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5955; }
p { color: rgb(75,89,85); }
H1.HeaderClassName
{
color: #4B5955;
}
.AnyTagClassName
{
color: #4B5955;
}
</style>
background-color css
<style>
a { background-color: #4B5955; }
a { background-color: rgb(75,89,85); }
div.DivClassName
{
background-color: #4B5955;
}
.BgClassName
{
background-color: #4B5955;
}
</style>
border-color css
<style>
span { border-color: #4B5955; }
span { border-color: rgb(75,89,85); }
td.TdClassName
{
border-color: #4B5955;
}
.TagClassName
{
border-color: #4B5955;
}
</style>