Shades of Cape Cod #4A5552
Tints of Cape Cod #4A5552
RGB
CMYK
RGB Variations
Color information
#4A5552 (or 0x4A5552) is known color: Cape Cod. HEX triplet: 4A, 55 and 52. RGB value is (74,85,82). Sum of RGB (Red+Green+Blue) = 74+85+82=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5552 is #B5AAAD. Grayscale: #515151. Windows color (decimal): -11905710 or 5395786. OLE color: 5395786.
HSL color Cylindrical-coordinate representation of color #4A5552: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5552 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 82 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.67 |
| HSL | 163.64º | 0.07% | 0.31% | - |
| HSV(B) | 163.64º | 0.13% | 0.33% | - |
| XYZ | 7.6 | 8.56 | 9.23 | - |
| YUV | 81.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 82 | 0.13 | 0 | 0.04 | 0.67 | 163.64 | 0.07 | 0.31 |
| Hex | 4A | 55 | 52 | D | 0 | 4 | 43 | A4 | 7 | 1F |
| Octal | 112 | 125 | 122 | 15 | 0 | 4 | 103 | 244 | 7 | 37 |
| Binary | 1001010 | 1010101 | 1010010 | 1101 | 0 | 100 | 1000011 | 10100100 | 111 | 11111 |
Color Harmonies of #4A5552
Complementary color
Monochromatic Colors of #4A5552
Black with #4A5552
Text Example
Text Example
White with #4A5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5552; }
p { color: rgb(74,85,82); }
H1.HeaderClassName
{
color: #4A5552;
}
.AnyTagClassName
{
color: #4A5552;
}
</style>
background-color css
<style>
a { background-color: #4A5552; }
a { background-color: rgb(74,85,82); }
div.DivClassName
{
background-color: #4A5552;
}
.BgClassName
{
background-color: #4A5552;
}
</style>
border-color css
<style>
span { border-color: #4A5552; }
span { border-color: rgb(74,85,82); }
td.TdClassName
{
border-color: #4A5552;
}
.TagClassName
{
border-color: #4A5552;
}
</style>