#47544F

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

Shades of Cape Cod #47544F

Tints of Cape Cod #47544F

Color information

#47544F (or 0x47544F) is unknown color: approx Cape Cod. HEX triplet: 47, 54 and 4F. RGB value is (71,84,79). Sum of RGB (Red+Green+Blue) = 71+84+79=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #47544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47544F is #B8ABB0. Grayscale: #4F4F4F. Windows color (decimal): -12102577 or 5198919. OLE color: 5198919.

HSL color Cylindrical-coordinate representation of color #47544F: hue angle of 156.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47544F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB718479-
CMYK0.1500.060.67
HSL156.92º8.39%30.39%-
HSV(B)156.92º15.48%32.94%-
XYZ7.188.248.61-
YUV79.54127.69121.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=30.34%
G=35.90%
B=33.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184790.1500.060.67156.928.3930.39
Hex47544FF06439d81e
Octal10712411717061032351036
Binary10001111010100100111111110110100001110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47544F; }

 p { color: rgb(71,84,79); }

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

<style>
 a { background-color: #47544F; }

 a { background-color: rgb(71,84,79); }

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

<style>
 span { border-color: #47544F; }

 span { border-color: rgb(71,84,79); }

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