#477D8E

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

Shades of Jelly Bean #477D8E

Tints of Jelly Bean #477D8E

Color information

#477D8E (or 0x477D8E) is unknown color: approx Jelly Bean. HEX triplet: 47, 7D and 8E. RGB value is (71,125,142). Sum of RGB (Red+Green+Blue) = 71+125+142=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #477D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D8E is #B88271. Grayscale: #6E6E6E. Windows color (decimal): -12092018 or 9338183. OLE color: 9338183.

HSL color Cylindrical-coordinate representation of color #477D8E: hue angle of 194.37º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #477D8E is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71125142-
CMYK0.50.1200.44
HSL194.37º33.33%41.76%-
HSV(B)194.37º50%55.69%-
XYZ14.8117.9628.28-
YUV110.79145.6199.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=21.01%
G=36.98%
B=42.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711251420.50.1200.44194.3733.3341.76
Hex477D8E32C02Cc2212a
Octal10717521662140543024152
Binary10001111111101100011101100101100010110011000010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,125,142); }

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

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

 a { background-color: rgb(71,125,142); }

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

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

 span { border-color: rgb(71,125,142); }

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