#49514D

Color #49514D Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #49514D

Tints of Cape Cod #49514D

Color information

#49514D (or 0x49514D) is unknown color: approx Cape Cod. HEX triplet: 49, 51 and 4D. RGB value is (73,81,77). Sum of RGB (Red+Green+Blue) = 73+81+77=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 81 - color contains mainly: green. Hex color #49514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49514D is #B6AEB2. Grayscale: #4E4E4E. Windows color (decimal): -11972275 or 5067081. OLE color: 5067081.

HSL color Cylindrical-coordinate representation of color #49514D: hue angle of 150º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB738177-
CMYK0.1000.050.68
HSL150º5.19%30.2%-
HSV(B)150º9.88%31.76%-
XYZ7.037.848.16-
YUV78.15127.35124.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=31.60%
G=35.06%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381770.1000.050.681505.1930.2
Hex49514DA05449651e
Octal1111211151205104226536
Binary1001001101000110011011010010110001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49514D; }

 p { color: rgb(73,81,77); }

 H1.HeaderClassName
 {
   color: #49514D;
 }
 .AnyTagClassName
 {
   color: #49514D;
 }
</style>
background-color css

<style>
 a { background-color: #49514D; }

 a { background-color: rgb(73,81,77); }

 div.DivClassName
 {
   background-color: #49514D;
 }
 .BgClassName
 {
   background-color: #49514D;
 }
</style>
border-color css

<style>
 span { border-color: #49514D; }

 span { border-color: rgb(73,81,77); }

 td.TdClassName
 {
   border-color: #49514D;
 }
 .TagClassName
 {
   border-color: #49514D;
 }
</style>