#49504C

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

Shades of Cape Cod #49504C

Tints of Cape Cod #49504C

Color information

#49504C (or 0x49504C) is unknown color: approx Cape Cod. HEX triplet: 49, 50 and 4C. RGB value is (73,80,76). Sum of RGB (Red+Green+Blue) = 73+80+76=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #49504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49504C is #B6AFB3. Grayscale: #4D4D4D. Windows color (decimal): -11972532 or 5001289. OLE color: 5001289.

HSL color Cylindrical-coordinate representation of color #49504C: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49504C is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB738076-
CMYK0.0900.050.69
HSL145.71º4.58%30%-
HSV(B)145.71º8.75%31.37%-
XYZ6.927.687.95-
YUV77.45127.18124.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=31.88%
G=34.93%
B=33.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380760.0900.050.69145.714.5830
Hex49504C905459251e
Octal1111201141105105222536
Binary1001001101000010011001001010110001011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49504C; }

 p { color: rgb(73,80,76); }

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

<style>
 a { background-color: #49504C; }

 a { background-color: rgb(73,80,76); }

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

<style>
 span { border-color: #49504C; }

 span { border-color: rgb(73,80,76); }

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