Shades of Cape Cod #46534D
Tints of Cape Cod #46534D
RGB
CMYK
RGB Variations
Color information
#46534D (or 0x46534D) is known color: Cape Cod. HEX triplet: 46, 53 and 4D. RGB value is (70,83,77). Sum of RGB (Red+Green+Blue) = 70+83+77=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #46534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46534D is #B9ACB2. Grayscale: #4E4E4E. Windows color (decimal): -12168371 or 5067590. OLE color: 5067590.
HSL color Cylindrical-coordinate representation of color #46534D: hue angle of 152.31º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534D is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 77 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.67 |
| HSL | 152.31º | 0.08% | 0.3% | - |
| HSV(B) | 152.31º | 0.16% | 0.33% | - |
| XYZ | 6.96 | 8.02 | 8.2 | - |
| YUV | 78.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 77 | 0.16 | 0 | 0.07 | 0.67 | 152.31 | 0.08 | 0.3 |
| Hex | 46 | 53 | 4D | 10 | 0 | 7 | 43 | 98 | 8 | 1E |
| Octal | 106 | 123 | 115 | 20 | 0 | 7 | 103 | 230 | 10 | 36 |
| Binary | 1000110 | 1010011 | 1001101 | 10000 | 0 | 111 | 1000011 | 10011000 | 1000 | 11110 |
Color Harmonies of #46534D
Complementary color
Monochromatic Colors of #46534D
Black with #46534D
Text Example
Text Example
White with #46534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46534D; }
p { color: rgb(70,83,77); }
H1.HeaderClassName
{
color: #46534D;
}
.AnyTagClassName
{
color: #46534D;
}
</style>
background-color css
<style>
a { background-color: #46534D; }
a { background-color: rgb(70,83,77); }
div.DivClassName
{
background-color: #46534D;
}
.BgClassName
{
background-color: #46534D;
}
</style>
border-color css
<style>
span { border-color: #46534D; }
span { border-color: rgb(70,83,77); }
td.TdClassName
{
border-color: #46534D;
}
.TagClassName
{
border-color: #46534D;
}
</style>