Shades of Cape Cod #495852
Tints of Cape Cod #495852
RGB
CMYK
RGB Variations
Color information
#495852 (or 0x495852) is known color: Cape Cod. HEX triplet: 49, 58 and 52. RGB value is (73,88,82). Sum of RGB (Red+Green+Blue) = 73+88+82=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #495852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495852 is #B6A7AD. Grayscale: #525252. Windows color (decimal): -11970478 or 5396553. OLE color: 5396553.
HSL color Cylindrical-coordinate representation of color #495852: hue angle of 156º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495852 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 82 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.65 |
| HSL | 156º | 0.09% | 0.32% | - |
| HSV(B) | 156º | 0.17% | 0.35% | - |
| XYZ | 7.76 | 9.01 | 9.31 | - |
| YUV | 82.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 82 | 0.17 | 0 | 0.07 | 0.65 | 156 | 0.09 | 0.32 |
| Hex | 49 | 58 | 52 | 11 | 0 | 7 | 41 | 9C | 9 | 20 |
| Octal | 111 | 130 | 122 | 21 | 0 | 7 | 101 | 234 | 11 | 40 |
| Binary | 1001001 | 1011000 | 1010010 | 10001 | 0 | 111 | 1000001 | 10011100 | 1001 | 100000 |
Color Harmonies of #495852
Complementary color
Monochromatic Colors of #495852
Black with #495852
Text Example
Text Example
White with #495852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495852; }
p { color: rgb(73,88,82); }
H1.HeaderClassName
{
color: #495852;
}
.AnyTagClassName
{
color: #495852;
}
</style>
background-color css
<style>
a { background-color: #495852; }
a { background-color: rgb(73,88,82); }
div.DivClassName
{
background-color: #495852;
}
.BgClassName
{
background-color: #495852;
}
</style>
border-color css
<style>
span { border-color: #495852; }
span { border-color: rgb(73,88,82); }
td.TdClassName
{
border-color: #495852;
}
.TagClassName
{
border-color: #495852;
}
</style>