#477A63

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

Shades of Como #477A63

Tints of Como #477A63

Color information

#477A63 (or 0x477A63) is unknown color: approx Como. HEX triplet: 47, 7A and 63. RGB value is (71,122,99). Sum of RGB (Red+Green+Blue) = 71+122+99=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #477A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A63 is #B8859C. Grayscale: #686868. Windows color (decimal): -12092829 or 6519367. OLE color: 6519367.

HSL color Cylindrical-coordinate representation of color #477A63: hue angle of 152.94º 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 #477A63 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB7112299-
CMYK0.4200.190.52
HSL152.94º26.42%37.84%-
HSV(B)152.94º41.8%47.84%-
XYZ11.8116.1614.3-
YUV104.13125.1104.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=24.32%
G=41.78%
B=33.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122990.4200.190.52152.9426.4237.84
Hex477A632A01334991a26
Octal10717214352023642313246
Binary1000111111101011000111010100100111101001001100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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