#47554F

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

Shades of Cape Cod #47554F

Tints of Cape Cod #47554F

Color information

#47554F (or 0x47554F) is unknown color: approx Cape Cod. HEX triplet: 47, 55 and 4F. RGB value is (71,85,79). Sum of RGB (Red+Green+Blue) = 71+85+79=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #47554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47554F is #B8AAB0. Grayscale: #505050. Windows color (decimal): -12102321 or 5199175. OLE color: 5199175.

HSL color Cylindrical-coordinate representation of color #47554F: hue angle of 154.29º 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 #47554F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB718579-
CMYK0.1600.070.67
HSL154.29º8.97%30.59%-
HSV(B)154.29º16.47%33.33%-
XYZ7.268.48.64-
YUV80.13127.36121.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=30.21%
G=36.17%
B=33.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185790.1600.070.67154.298.9730.59
Hex47554F1007439a91f
Octal10712511720071032321137
Binary100011110101011001111100000111100001110011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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