Shades of Cape Cod #4B5552
Tints of Cape Cod #4B5552
RGB
CMYK
RGB Variations
Color information
#4B5552 (or 0x4B5552) is known color: Cape Cod. HEX triplet: 4B, 55 and 52. RGB value is (75,85,82). Sum of RGB (Red+Green+Blue) = 75+85+82=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5552 is #B4AAAD. Grayscale: #515151. Windows color (decimal): -11840174 or 5395787. OLE color: 5395787.
HSL color Cylindrical-coordinate representation of color #4B5552: hue angle of 162º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5552 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 82 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.67 |
| HSL | 162º | 0.06% | 0.31% | - |
| HSV(B) | 162º | 0.12% | 0.33% | - |
| XYZ | 7.67 | 8.6 | 9.24 | - |
| YUV | 81.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 82 | 0.12 | 0 | 0.04 | 0.67 | 162 | 0.06 | 0.31 |
| Hex | 4B | 55 | 52 | C | 0 | 4 | 43 | A2 | 6 | 1F |
| Octal | 113 | 125 | 122 | 14 | 0 | 4 | 103 | 242 | 6 | 37 |
| Binary | 1001011 | 1010101 | 1010010 | 1100 | 0 | 100 | 1000011 | 10100010 | 110 | 11111 |
Color Harmonies of #4B5552
Complementary color
Monochromatic Colors of #4B5552
Black with #4B5552
Text Example
Text Example
White with #4B5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5552; }
p { color: rgb(75,85,82); }
H1.HeaderClassName
{
color: #4B5552;
}
.AnyTagClassName
{
color: #4B5552;
}
</style>
background-color css
<style>
a { background-color: #4B5552; }
a { background-color: rgb(75,85,82); }
div.DivClassName
{
background-color: #4B5552;
}
.BgClassName
{
background-color: #4B5552;
}
</style>
border-color css
<style>
span { border-color: #4B5552; }
span { border-color: rgb(75,85,82); }
td.TdClassName
{
border-color: #4B5552;
}
.TagClassName
{
border-color: #4B5552;
}
</style>