#47554E

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

Shades of Cape Cod #47554E

Tints of Cape Cod #47554E

Color information

#47554E (or 0x47554E) is unknown color: approx Cape Cod. HEX triplet: 47, 55 and 4E. RGB value is (71,85,78). Sum of RGB (Red+Green+Blue) = 71+85+78=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #47554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47554E is #B8AAB1. Grayscale: #505050. Windows color (decimal): -12102322 or 5133639. OLE color: 5133639.

HSL color Cylindrical-coordinate representation of color #47554E: hue angle of 150º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #47554E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB718578-
CMYK0.1600.080.67
HSL150º8.97%30.59%-
HSV(B)150º16.47%33.33%-
XYZ7.228.398.45-
YUV80.02126.86121.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=30.34%
G=36.32%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185780.1600.080.671508.9730.59
Hex47554E1008439691f
Octal107125116200101032261137
Binary1000111101010110011101000001000100001110010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47554E; }

 p { color: rgb(71,85,78); }

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

<style>
 a { background-color: #47554E; }

 a { background-color: rgb(71,85,78); }

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

<style>
 span { border-color: #47554E; }

 span { border-color: rgb(71,85,78); }

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