#477685

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

Shades of Jelly Bean #477685

Tints of Jelly Bean #477685

Color information

#477685 (or 0x477685) is unknown color: approx Jelly Bean. HEX triplet: 47, 76 and 85. RGB value is (71,118,133). Sum of RGB (Red+Green+Blue) = 71+118+133=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #477685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477685 is #B8897A. Grayscale: #696969. Windows color (decimal): -12093819 or 8746567. OLE color: 8746567.

HSL color Cylindrical-coordinate representation of color #477685: hue angle of 194.52º 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 #477685 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71118133-
CMYK0.470.1100.48
HSL194.52º30.39%40%-
HSV(B)194.52º46.62%52.16%-
XYZ13.3115.9924.58-
YUV105.66143.43103.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=22.05%
G=36.65%
B=41.30%

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
Decimal711181330.470.1100.48194.5230.3940
Hex4776852FB030c31e28
Octal10716620557130603033650
Binary1000111111011010000101101111101101100001100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477685; }

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

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

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

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

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

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

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

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