Shades of Cape Cod #494D4B
Tints of Cape Cod #494D4B
RGB
CMYK
RGB Variations
Color information
#494D4B (or 0x494D4B) is known color: Cape Cod. HEX triplet: 49, 4D and 4B. RGB value is (73,77,75). Sum of RGB (Red+Green+Blue) = 73+77+75=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 77 - color contains mainly: green. Hex color #494D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D4B is #B6B2B4. Grayscale: #4B4B4B. Windows color (decimal): -11973301 or 4934985. OLE color: 4934985.
HSL color Cylindrical-coordinate representation of color #494D4B: hue angle of 150º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494D4B is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 75 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.70 |
| HSL | 150º | 0.03% | 0.29% | - |
| HSV(B) | 150º | 0.05% | 0.3% | - |
| XYZ | 6.67 | 7.23 | 7.7 | - |
| YUV | 75.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 75 | 0.05 | 0 | 0.03 | 0.70 | 150 | 0.03 | 0.29 |
| Hex | 49 | 4D | 4B | 5 | 0 | 3 | 46 | 96 | 3 | 1D |
| Octal | 111 | 115 | 113 | 5 | 0 | 3 | 106 | 226 | 3 | 35 |
| Binary | 1001001 | 1001101 | 1001011 | 101 | 0 | 11 | 1000110 | 10010110 | 11 | 11101 |
Color Harmonies of #494D4B
Complementary color
Monochromatic Colors of #494D4B
Black with #494D4B
Text Example
Text Example
White with #494D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D4B; }
p { color: rgb(73,77,75); }
H1.HeaderClassName
{
color: #494D4B;
}
.AnyTagClassName
{
color: #494D4B;
}
</style>
background-color css
<style>
a { background-color: #494D4B; }
a { background-color: rgb(73,77,75); }
div.DivClassName
{
background-color: #494D4B;
}
.BgClassName
{
background-color: #494D4B;
}
</style>
border-color css
<style>
span { border-color: #494D4B; }
span { border-color: rgb(73,77,75); }
td.TdClassName
{
border-color: #494D4B;
}
.TagClassName
{
border-color: #494D4B;
}
</style>