#477D63

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

Shades of Como #477D63

Tints of Como #477D63

Color information

#477D63 (or 0x477D63) is unknown color: approx Como. HEX triplet: 47, 7D and 63. RGB value is (71,125,99). Sum of RGB (Red+Green+Blue) = 71+125+99=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #477D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D63 is #B8829C. Grayscale: #696969. Windows color (decimal): -12092061 or 6520135. OLE color: 6520135.

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

Color convert

RGB7112599-
CMYK0.4300.210.51
HSL151.11º27.55%38.43%-
HSV(B)151.11º43.2%49.02%-
XYZ12.1816.9114.43-
YUV105.89124.11103.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 125 (49.22% from 255) = 42.37%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=24.07%
G=42.37%
B=33.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71125990.4300.210.51151.1127.5538.43
Hex477D632B01533971c26
Octal10717514353025632273446
Binary1000111111110111000111010110101011100111001011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,125,99); }

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

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

 a { background-color: rgb(71,125,99); }

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

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

 span { border-color: rgb(71,125,99); }

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