#47828F

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

Shades of Jelly Bean #47828F

Tints of Jelly Bean #47828F

Color information

#47828F (or 0x47828F) is unknown color: approx Jelly Bean. HEX triplet: 47, 82 and 8F. RGB value is (71,130,143). Sum of RGB (Red+Green+Blue) = 71+130+143=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #47828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828F is #B87D70. Grayscale: #717171. Windows color (decimal): -12090737 or 9404999. OLE color: 9404999.

HSL color Cylindrical-coordinate representation of color #47828F: hue angle of 190.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47828F is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71130143-
CMYK0.500.0900.44
HSL190.83º33.64%41.96%-
HSV(B)190.83º50.35%56.08%-
XYZ15.5419.2928.89-
YUV113.84144.4597.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 143 (56.25% from 255) = 41.57%
R=20.64%
G=37.79%
B=41.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711301430.500.0900.44190.8333.6441.96
Hex47828F32902Cbf222a
Octal10720221762110542774252
Binary100011110000010100011111100101001010110010111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47828F; }

 p { color: rgb(71,130,143); }

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

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

 a { background-color: rgb(71,130,143); }

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

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

 span { border-color: rgb(71,130,143); }

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