Shades of Cape Cod #4B5752
Tints of Cape Cod #4B5752
RGB
CMYK
RGB Variations
Color information
#4B5752 (or 0x4B5752) is known color: Cape Cod. HEX triplet: 4B, 57 and 52. RGB value is (75,87,82). Sum of RGB (Red+Green+Blue) = 75+87+82=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5752 is #B4A8AD. Grayscale: #525252. Windows color (decimal): -11839662 or 5396299. OLE color: 5396299.
HSL color Cylindrical-coordinate representation of color #4B5752: hue angle of 155º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B5752 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 82 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.66 |
| HSL | 155º | 0.07% | 0.32% | - |
| HSV(B) | 155º | 0.14% | 0.34% | - |
| XYZ | 7.83 | 8.92 | 9.29 | - |
| YUV | 82.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 82 | 0.14 | 0 | 0.06 | 0.66 | 155 | 0.07 | 0.32 |
| Hex | 4B | 57 | 52 | E | 0 | 6 | 42 | 9B | 7 | 20 |
| Octal | 113 | 127 | 122 | 16 | 0 | 6 | 102 | 233 | 7 | 40 |
| Binary | 1001011 | 1010111 | 1010010 | 1110 | 0 | 110 | 1000010 | 10011011 | 111 | 100000 |
Color Harmonies of #4B5752
Complementary color
Monochromatic Colors of #4B5752
Black with #4B5752
Text Example
Text Example
White with #4B5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5752; }
p { color: rgb(75,87,82); }
H1.HeaderClassName
{
color: #4B5752;
}
.AnyTagClassName
{
color: #4B5752;
}
</style>
background-color css
<style>
a { background-color: #4B5752; }
a { background-color: rgb(75,87,82); }
div.DivClassName
{
background-color: #4B5752;
}
.BgClassName
{
background-color: #4B5752;
}
</style>
border-color css
<style>
span { border-color: #4B5752; }
span { border-color: rgb(75,87,82); }
td.TdClassName
{
border-color: #4B5752;
}
.TagClassName
{
border-color: #4B5752;
}
</style>