#47524E

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

Shades of Cape Cod #47524E

Tints of Cape Cod #47524E

Color information

#47524E (or 0x47524E) is unknown color: approx Cape Cod. HEX triplet: 47, 52 and 4E. RGB value is (71,82,78). Sum of RGB (Red+Green+Blue) = 71+82+78=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #47524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47524E is #B8ADB1. Grayscale: #4E4E4E. Windows color (decimal): -12103090 or 5132871. OLE color: 5132871.

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

Color convert

RGB718278-
CMYK0.1300.050.68
HSL158.18º7.19%30%-
HSV(B)158.18º13.41%32.16%-
XYZ6.997.928.37-
YUV78.26127.86122.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=30.74%
G=35.50%
B=33.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182780.1300.050.68158.187.1930
Hex47524ED05449e71e
Octal1071221161505104236736
Binary1000111101001010011101101010110001001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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