#477993

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

Shades of Jelly Bean #477993

Tints of Jelly Bean #477993

Color information

#477993 (or 0x477993) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 93. RGB value is (71,121,147). Sum of RGB (Red+Green+Blue) = 71+121+147=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #477993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477993 is #B8866C. Grayscale: #6C6C6C. Windows color (decimal): -12093037 or 9664839. OLE color: 9664839.

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

Color convert

RGB71121147-
CMYK0.520.1800.42
HSL200.53º34.86%42.75%-
HSV(B)200.53º51.7%57.65%-
XYZ14.717.1230.13-
YUV109.01149.44100.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=20.94%
G=35.69%
B=43.36%

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
Decimal711211470.520.1800.42200.5334.8642.75
Hex477993341202Ac9232b
Octal10717122364220523114353
Binary100011111110011001001111010010010010101011001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477993; }

 p { color: rgb(71,121,147); }

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

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

 a { background-color: rgb(71,121,147); }

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

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

 span { border-color: rgb(71,121,147); }

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