#47808f

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

Shades of Jelly Bean #47808F

Tints of Jelly Bean #47808F

Color information

#47808F (or 0x47808F) is unknown color: approx Jelly Bean. HEX triplet: 47, 80 and 8F. RGB value is (71,128,143). Sum of RGB (Red+Green+Blue) = 71+128+143=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #47808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47808F is #B87F70. Grayscale: #707070. Windows color (decimal): -12091249 or 9404487. OLE color: 9404487.

HSL color Cylindrical-coordinate representation of color #47808F: hue angle of 192.5º 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 #47808F is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71128143-
CMYK0.500.1000.44
HSL192.5º33.64%41.96%-
HSV(B)192.5º50.35%56.08%-
XYZ15.2818.7628.8-
YUV112.67145.1298.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=20.76%
G=37.43%
B=41.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711281430.500.1000.44192.533.6441.96
Hex47808F32A02Cc0222a
Octal10720021762120543004252
Binary100011110000000100011111100101010010110011000000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47808f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47808f; }

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

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

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

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

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

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

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

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