#477E90

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

Shades of Jelly Bean #477E90

Tints of Jelly Bean #477E90

Color information

#477E90 (or 0x477E90) is unknown color: approx Jelly Bean. HEX triplet: 47, 7E and 90. RGB value is (71,126,144). Sum of RGB (Red+Green+Blue) = 71+126+144=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #477E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E90 is #B8816F. Grayscale: #6F6F6F. Windows color (decimal): -12091760 or 9469511. OLE color: 9469511.

HSL color Cylindrical-coordinate representation of color #477E90: hue angle of 194.79º 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 #477E90 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71126144-
CMYK0.510.1200.44
HSL194.79º33.95%42.16%-
HSV(B)194.79º50.69%56.47%-
XYZ15.0918.2729.12-
YUV111.61146.2899.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=20.82%
G=36.95%
B=42.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711261440.510.1200.44194.7933.9542.16
Hex477E9033C02Cc3222a
Octal10717622063140543034252
Binary10001111111110100100001100111100010110011000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477E90; }

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

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

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

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

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

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

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

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