#477A5A

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

Shades of Como #477A5A

Tints of Como #477A5A

Color information

#477A5A (or 0x477A5A) is unknown color: approx Como. HEX triplet: 47, 7A and 5A. RGB value is (71,122,90). Sum of RGB (Red+Green+Blue) = 71+122+90=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #477A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A5A is #B885A5. Grayscale: #676767. Windows color (decimal): -12092838 or 5929543. OLE color: 5929543.

HSL color Cylindrical-coordinate representation of color #477A5A: hue angle of 142.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A5A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB7112290-
CMYK0.4200.260.52
HSL142.35º26.42%37.84%-
HSV(B)142.35º41.8%47.84%-
XYZ11.41612.16-
YUV103.1120.6105.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=25.09%
G=43.11%
B=31.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122900.4200.260.52142.3526.4237.84
Hex477A5A2A01A348e1a26
Octal10717213252032642163246
Binary1000111111101010110101010100110101101001000111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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