Shades of Cape Cod #4A5651
Tints of Cape Cod #4A5651
RGB
CMYK
RGB Variations
Color information
#4A5651 (or 0x4A5651) is known color: Cape Cod. HEX triplet: 4A, 56 and 51. RGB value is (74,86,81). Sum of RGB (Red+Green+Blue) = 74+86+81=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5651 is #B5A9AE. Grayscale: #515151. Windows color (decimal): -11905455 or 5330506. OLE color: 5330506.
HSL color Cylindrical-coordinate representation of color #4A5651: hue angle of 155º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A5651 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 81 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.66 |
| HSL | 155º | 0.08% | 0.31% | - |
| HSV(B) | 155º | 0.14% | 0.34% | - |
| XYZ | 7.64 | 8.71 | 9.06 | - |
| YUV | 81.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 81 | 0.14 | 0 | 0.06 | 0.66 | 155 | 0.08 | 0.31 |
| Hex | 4A | 56 | 51 | E | 0 | 6 | 42 | 9B | 8 | 1F |
| Octal | 112 | 126 | 121 | 16 | 0 | 6 | 102 | 233 | 10 | 37 |
| Binary | 1001010 | 1010110 | 1010001 | 1110 | 0 | 110 | 1000010 | 10011011 | 1000 | 11111 |
Color Harmonies of #4A5651
Complementary color
Monochromatic Colors of #4A5651
Black with #4A5651
Text Example
Text Example
White with #4A5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5651; }
p { color: rgb(74,86,81); }
H1.HeaderClassName
{
color: #4A5651;
}
.AnyTagClassName
{
color: #4A5651;
}
</style>
background-color css
<style>
a { background-color: #4A5651; }
a { background-color: rgb(74,86,81); }
div.DivClassName
{
background-color: #4A5651;
}
.BgClassName
{
background-color: #4A5651;
}
</style>
border-color css
<style>
span { border-color: #4A5651; }
span { border-color: rgb(74,86,81); }
td.TdClassName
{
border-color: #4A5651;
}
.TagClassName
{
border-color: #4A5651;
}
</style>