#47759A

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

Shades of Jelly Bean #47759A

Tints of Jelly Bean #47759A

Color information

#47759A (or 0x47759A) is unknown color: approx Jelly Bean. HEX triplet: 47, 75 and 9A. RGB value is (71,117,154). Sum of RGB (Red+Green+Blue) = 71+117+154=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #47759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47759A is #B88A65. Grayscale: #6B6B6B. Windows color (decimal): -12094054 or 10122567. OLE color: 10122567.

HSL color Cylindrical-coordinate representation of color #47759A: hue angle of 206.75º 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 #47759A is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71117154-
CMYK0.540.2400.40
HSL206.75º36.89%44.12%-
HSV(B)206.75º53.9%60.39%-
XYZ14.7916.432.96-
YUV107.46154.26101.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=20.76%
G=34.21%
B=45.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711171540.540.2400.40206.7536.8944.12
Hex47759A3618028cf252c
Octal10716523266300503174554
Binary100011111101011001101011011011000010100011001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47759A; }

 p { color: rgb(71,117,154); }

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

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

 a { background-color: rgb(71,117,154); }

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

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

 span { border-color: rgb(71,117,154); }

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