#477A95

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

Shades of Jelly Bean #477A95

Tints of Jelly Bean #477A95

Color information

#477A95 (or 0x477A95) is unknown color: approx Jelly Bean. HEX triplet: 47, 7A and 95. RGB value is (71,122,149). Sum of RGB (Red+Green+Blue) = 71+122+149=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #477A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A95 is #B8856A. Grayscale: #6D6D6D. Windows color (decimal): -12092779 or 9796167. OLE color: 9796167.

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

Color convert

RGB71122149-
CMYK0.520.1800.42
HSL200.77º35.45%43.14%-
HSV(B)200.77º52.35%58.43%-
XYZ14.9817.4331.01-
YUV109.83150.1100.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=20.76%
G=35.67%
B=43.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711221490.520.1800.42200.7735.4543.14
Hex477A95341202Ac9232b
Octal10717222564220523114353
Binary100011111110101001010111010010010010101011001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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