#477999

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

Shades of Jelly Bean #477999

Tints of Jelly Bean #477999

Color information

#477999 (or 0x477999) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 99. RGB value is (71,121,153). Sum of RGB (Red+Green+Blue) = 71+121+153=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #477999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477999 is #B88666. Grayscale: #6D6D6D. Windows color (decimal): -12093031 or 10058055. OLE color: 10058055.

HSL color Cylindrical-coordinate representation of color #477999: hue angle of 203.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477999 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71121153-
CMYK0.540.2100.4
HSL203.41º36.61%43.92%-
HSV(B)203.41º53.59%60%-
XYZ15.1917.3132.68-
YUV109.7152.44100.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=20.58%
G=35.07%
B=44.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711211530.540.2100.4203.4136.6143.92
Hex4779993615028cb252c
Octal10717123166250503134554
Binary100011111110011001100111011010101010100011001011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477999; }

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

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

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

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

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

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

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

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