#477393

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

Shades of Jelly Bean #477393

Tints of Jelly Bean #477393

Color information

#477393 (or 0x477393) is unknown color: approx Jelly Bean. HEX triplet: 47, 73 and 93. RGB value is (71,115,147). Sum of RGB (Red+Green+Blue) = 71+115+147=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #477393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477393 is #B88C6C. Grayscale: #696969. Windows color (decimal): -12094573 or 9663303. OLE color: 9663303.

HSL color Cylindrical-coordinate representation of color #477393: hue angle of 205.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477393 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71115147-
CMYK0.520.2200.42
HSL205.26º34.86%42.75%-
HSV(B)205.26º51.7%57.65%-
XYZ1415.7129.9-
YUV105.49151.42103.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=21.32%
G=34.53%
B=44.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711151470.520.2200.42205.2634.8642.75
Hex477393341602Acd232b
Octal10716322364260523154353
Binary100011111100111001001111010010110010101011001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477393; }

 p { color: rgb(71,115,147); }

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

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

 a { background-color: rgb(71,115,147); }

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

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

 span { border-color: rgb(71,115,147); }

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