#477490

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

Shades of Jelly Bean #477490

Tints of Jelly Bean #477490

Color information

#477490 (or 0x477490) is unknown color: approx Jelly Bean. HEX triplet: 47, 74 and 90. RGB value is (71,116,144). Sum of RGB (Red+Green+Blue) = 71+116+144=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #477490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477490 is #B88B6F. Grayscale: #696969. Windows color (decimal): -12094320 or 9466951. OLE color: 9466951.

HSL color Cylindrical-coordinate representation of color #477490: hue angle of 203.01º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477490 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71116144-
CMYK0.510.1900.44
HSL203.01º33.95%42.16%-
HSV(B)203.01º50.69%56.47%-
XYZ13.8815.8428.71-
YUV105.74149.59103.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=21.45%
G=35.05%
B=43.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711161440.510.1900.44203.0133.9542.16
Hex477490331302Ccb222a
Octal10716422063230543134252
Binary100011111101001001000011001110011010110011001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477490; }

 p { color: rgb(71,116,144); }

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

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

 a { background-color: rgb(71,116,144); }

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

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

 span { border-color: rgb(71,116,144); }

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