#477484

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

Shades of Jelly Bean #477484

Tints of Jelly Bean #477484

Color information

#477484 (or 0x477484) is unknown color: approx Jelly Bean. HEX triplet: 47, 74 and 84. RGB value is (71,116,132). Sum of RGB (Red+Green+Blue) = 71+116+132=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #477484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477484 is #B88B7B. Grayscale: #686868. Windows color (decimal): -12094332 or 8680519. OLE color: 8680519.

HSL color Cylindrical-coordinate representation of color #477484: hue angle of 195.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #477484 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71116132-
CMYK0.460.1200.48
HSL195.74º30.05%39.8%-
HSV(B)195.74º46.21%51.76%-
XYZ13.0115.524.14-
YUV104.37143.59104.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=22.26%
G=36.36%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711161320.460.1200.48195.7430.0539.8
Hex4774842EC030c41e28
Octal10716420456140603043650
Binary1000111111010010000100101110110001100001100010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477484; }

 p { color: rgb(71,116,132); }

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

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

 a { background-color: rgb(71,116,132); }

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

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

 span { border-color: rgb(71,116,132); }

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