Shades of Cape Cod #4A5650
Tints of Cape Cod #4A5650
RGB
CMYK
RGB Variations
Color information
#4A5650 (or 0x4A5650) is known color: Cape Cod. HEX triplet: 4A, 56 and 50. RGB value is (74,86,80). Sum of RGB (Red+Green+Blue) = 74+86+80=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5650 is #B5A9AF. Grayscale: #515151. Windows color (decimal): -11905456 or 5264970. OLE color: 5264970.
HSL color Cylindrical-coordinate representation of color #4A5650: hue angle of 150º 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 #4A5650 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 80 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.66 |
| HSL | 150º | 0.08% | 0.31% | - |
| HSV(B) | 150º | 0.14% | 0.34% | - |
| XYZ | 7.6 | 8.69 | 8.87 | - |
| YUV | 81.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 80 | 0.14 | 0 | 0.07 | 0.66 | 150 | 0.08 | 0.31 |
| Hex | 4A | 56 | 50 | E | 0 | 7 | 42 | 96 | 8 | 1F |
| Octal | 112 | 126 | 120 | 16 | 0 | 7 | 102 | 226 | 10 | 37 |
| Binary | 1001010 | 1010110 | 1010000 | 1110 | 0 | 111 | 1000010 | 10010110 | 1000 | 11111 |
Color Harmonies of #4A5650
Complementary color
Monochromatic Colors of #4A5650
Black with #4A5650
Text Example
Text Example
White with #4A5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5650; }
p { color: rgb(74,86,80); }
H1.HeaderClassName
{
color: #4A5650;
}
.AnyTagClassName
{
color: #4A5650;
}
</style>
background-color css
<style>
a { background-color: #4A5650; }
a { background-color: rgb(74,86,80); }
div.DivClassName
{
background-color: #4A5650;
}
.BgClassName
{
background-color: #4A5650;
}
</style>
border-color css
<style>
span { border-color: #4A5650; }
span { border-color: rgb(74,86,80); }
td.TdClassName
{
border-color: #4A5650;
}
.TagClassName
{
border-color: #4A5650;
}
</style>