#477E95

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

Shades of Jelly Bean #477E95

Tints of Jelly Bean #477E95

Color information

#477E95 (or 0x477E95) is unknown color: approx Jelly Bean. HEX triplet: 47, 7E and 95. RGB value is (71,126,149). Sum of RGB (Red+Green+Blue) = 71+126+149=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #477E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E95 is #B8816A. Grayscale: #707070. Windows color (decimal): -12091755 or 9797191. OLE color: 9797191.

HSL color Cylindrical-coordinate representation of color #477E95: hue angle of 197.69º 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 #477E95 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71126149-
CMYK0.520.1500.42
HSL197.69º35.45%43.14%-
HSV(B)197.69º52.35%58.43%-
XYZ15.4818.4331.18-
YUV112.18148.7898.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=20.52%
G=36.42%
B=43.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711261490.520.1500.42197.6935.4543.14
Hex477E9534F02Ac6232b
Octal10717622564170523064353
Binary10001111111110100101011101001111010101011000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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