Shades of Cape Cod #4E5250
Tints of Cape Cod #4E5250
RGB
CMYK
RGB Variations
Color information
#4E5250 (or 0x4E5250) is known color: Cape Cod. HEX triplet: 4E, 52 and 50. RGB value is (78,82,80). Sum of RGB (Red+Green+Blue) = 78+82+80=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5250 is #B1ADAF. Grayscale: #505050. Windows color (decimal): -11644336 or 5263950. OLE color: 5263950.
HSL color Cylindrical-coordinate representation of color #4E5250: hue angle of 150º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E5250 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 80 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.68 |
| HSL | 150º | 0.03% | 0.31% | - |
| HSV(B) | 150º | 0.05% | 0.32% | - |
| XYZ | 7.61 | 8.23 | 8.78 | - |
| YUV | 80.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 80 | 0.05 | 0 | 0.02 | 0.68 | 150 | 0.03 | 0.31 |
| Hex | 4E | 52 | 50 | 5 | 0 | 2 | 44 | 96 | 2 | 1F |
| Octal | 116 | 122 | 120 | 5 | 0 | 2 | 104 | 226 | 2 | 37 |
| Binary | 1001110 | 1010010 | 1010000 | 101 | 0 | 10 | 1000100 | 10010110 | 10 | 11111 |
Color Harmonies of #4E5250
Complementary color
Monochromatic Colors of #4E5250
Black with #4E5250
Text Example
Text Example
White with #4E5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5250; }
p { color: rgb(78,82,80); }
H1.HeaderClassName
{
color: #4E5250;
}
.AnyTagClassName
{
color: #4E5250;
}
</style>
background-color css
<style>
a { background-color: #4E5250; }
a { background-color: rgb(78,82,80); }
div.DivClassName
{
background-color: #4E5250;
}
.BgClassName
{
background-color: #4E5250;
}
</style>
border-color css
<style>
span { border-color: #4E5250; }
span { border-color: rgb(78,82,80); }
td.TdClassName
{
border-color: #4E5250;
}
.TagClassName
{
border-color: #4E5250;
}
</style>