#477395

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

Shades of Jelly Bean #477395

Tints of Jelly Bean #477395

Color information

#477395 (or 0x477395) is unknown color: approx Jelly Bean. HEX triplet: 47, 73 and 95. RGB value is (71,115,149). Sum of RGB (Red+Green+Blue) = 71+115+149=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #477395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477395 is #B88C6A. Grayscale: #696969. Windows color (decimal): -12094571 or 9794375. OLE color: 9794375.

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

Color convert

RGB71115149-
CMYK0.520.2300.42
HSL206.15º35.45%43.14%-
HSV(B)206.15º52.35%58.43%-
XYZ14.1515.7730.73-
YUV105.72152.42103.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=21.19%
G=34.33%
B=44.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711151490.520.2300.42206.1535.4543.14
Hex477395341702Ace232b
Octal10716322564270523164353
Binary100011111100111001010111010010111010101011001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477395; }

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

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

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

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

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

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

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

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