#477785

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

Shades of Jelly Bean #477785

Tints of Jelly Bean #477785

Color information

#477785 (or 0x477785) is unknown color: approx Jelly Bean. HEX triplet: 47, 77 and 85. RGB value is (71,119,133). Sum of RGB (Red+Green+Blue) = 71+119+133=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #477785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477785 is #B8887A. Grayscale: #6A6A6A. Windows color (decimal): -12093563 or 8746823. OLE color: 8746823.

HSL color Cylindrical-coordinate representation of color #477785: hue angle of 193.55º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477785 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71119133-
CMYK0.470.1100.48
HSL193.55º30.39%40%-
HSV(B)193.55º46.62%52.16%-
XYZ13.4316.2324.61-
YUV106.24143.1102.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=21.98%
G=36.84%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711191330.470.1100.48193.5530.3940
Hex4777852FB030c21e28
Octal10716720557130603023650
Binary1000111111011110000101101111101101100001100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477785; }

 p { color: rgb(71,119,133); }

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

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

 a { background-color: rgb(71,119,133); }

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

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

 span { border-color: rgb(71,119,133); }

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