#477860

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

Shades of Como #477860

Tints of Como #477860

Color information

#477860 (or 0x477860) is unknown color: approx Como. HEX triplet: 47, 78 and 60. RGB value is (71,120,96). Sum of RGB (Red+Green+Blue) = 71+120+96=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #477860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477860 is #B8879F. Grayscale: #666666. Windows color (decimal): -12093344 or 6322247. OLE color: 6322247.

HSL color Cylindrical-coordinate representation of color #477860: hue angle of 150.61º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477860 is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB7112096-
CMYK0.4100.20.53
HSL150.61º25.65%37.45%-
HSV(B)150.61º40.83%47.06%-
XYZ11.4315.6213.48-
YUV102.61124.27105.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=24.74%
G=41.81%
B=33.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71120960.4100.20.53150.6125.6537.45
Hex4778602901435971a25
Octal10717014051024652273245
Binary1000111111100011000001010010101001101011001011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477860; }

 p { color: rgb(71,120,96); }

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

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

 a { background-color: rgb(71,120,96); }

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

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

 span { border-color: rgb(71,120,96); }

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