Shades of Cape Cod #4F5A55
Tints of Cape Cod #4F5A55
RGB
CMYK
RGB Variations
Color information
#4F5A55 (or 0x4F5A55) is known color: Cape Cod. HEX triplet: 4F, 5A and 55. RGB value is (79,90,85). Sum of RGB (Red+Green+Blue) = 79+90+85=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A55 is #B0A5AA. Grayscale: #565656. Windows color (decimal): -11576747 or 5593679. OLE color: 5593679.
HSL color Cylindrical-coordinate representation of color #4F5A55: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F5A55 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 85 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.65 |
| HSL | 152.73º | 0.07% | 0.33% | - |
| HSV(B) | 152.73º | 0.12% | 0.35% | - |
| XYZ | 8.52 | 9.63 | 10 | - |
| YUV | 86.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 85 | 0.12 | 0 | 0.06 | 0.65 | 152.73 | 0.07 | 0.33 |
| Hex | 4F | 5A | 55 | C | 0 | 6 | 41 | 99 | 7 | 21 |
| Octal | 117 | 132 | 125 | 14 | 0 | 6 | 101 | 231 | 7 | 41 |
| Binary | 1001111 | 1011010 | 1010101 | 1100 | 0 | 110 | 1000001 | 10011001 | 111 | 100001 |
Color Harmonies of #4F5A55
Complementary color
Monochromatic Colors of #4F5A55
Black with #4F5A55
Text Example
Text Example
White with #4F5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A55; }
p { color: rgb(79,90,85); }
H1.HeaderClassName
{
color: #4F5A55;
}
.AnyTagClassName
{
color: #4F5A55;
}
</style>
background-color css
<style>
a { background-color: #4F5A55; }
a { background-color: rgb(79,90,85); }
div.DivClassName
{
background-color: #4F5A55;
}
.BgClassName
{
background-color: #4F5A55;
}
</style>
border-color css
<style>
span { border-color: #4F5A55; }
span { border-color: rgb(79,90,85); }
td.TdClassName
{
border-color: #4F5A55;
}
.TagClassName
{
border-color: #4F5A55;
}
</style>