#477E5A

Color #477E5A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #477E5A

Tints of Como #477E5A

Color information

#477E5A (or 0x477E5A) is unknown color: approx Como. HEX triplet: 47, 7E and 5A. RGB value is (71,126,90). Sum of RGB (Red+Green+Blue) = 71+126+90=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #477E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E5A is #B881A5. Grayscale: #696969. Windows color (decimal): -12091814 or 5930567. OLE color: 5930567.

HSL color Cylindrical-coordinate representation of color #477E5A: hue angle of 140.73º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E5A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB7112690-
CMYK0.4400.290.51
HSL140.73º27.92%38.63%-
HSV(B)140.73º43.65%49.41%-
XYZ11.91712.33-
YUV105.45119.28103.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=24.74%
G=43.90%
B=31.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71126900.4400.290.51140.7327.9238.63
Hex477E5A2C01D338d1c27
Octal10717613254035632153447
Binary1000111111111010110101011000111011100111000110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477E5A; }

 p { color: rgb(71,126,90); }

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

<style>
 a { background-color: #477E5A; }

 a { background-color: rgb(71,126,90); }

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

<style>
 span { border-color: #477E5A; }

 span { border-color: rgb(71,126,90); }

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