#477585

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

Shades of Jelly Bean #477585

Tints of Jelly Bean #477585

Color information

#477585 (or 0x477585) is unknown color: approx Jelly Bean. HEX triplet: 47, 75 and 85. RGB value is (71,117,133). Sum of RGB (Red+Green+Blue) = 71+117+133=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #477585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477585 is #B88A7A. Grayscale: #686868. Windows color (decimal): -12094075 or 8746311. OLE color: 8746311.

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

Color convert

RGB71117133-
CMYK0.470.1200.48
HSL195.48º30.39%40%-
HSV(B)195.48º46.62%52.16%-
XYZ13.1915.7624.54-
YUV105.07143.76103.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=22.12%
G=36.45%
B=41.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711171330.470.1200.48195.4830.3940
Hex4775852FC030c31e28
Octal10716520557140603033650
Binary1000111111010110000101101111110001100001100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477585; }

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

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

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

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

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

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

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

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