#49808E

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

Shades of Jelly Bean #49808E

Tints of Jelly Bean #49808E

Color information

#49808E (or 0x49808E) is unknown color: approx Jelly Bean. HEX triplet: 49, 80 and 8E. RGB value is (73,128,142). Sum of RGB (Red+Green+Blue) = 73+128+142=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #49808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808E is #B67F71. Grayscale: #717171. Windows color (decimal): -11960178 or 9338953. OLE color: 9338953.

HSL color Cylindrical-coordinate representation of color #49808E: hue angle of 192.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49808E is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73128142-
CMYK0.490.1000.44
HSL192.17º32.09%42.16%-
HSV(B)192.17º48.59%55.69%-
XYZ15.3518.8128.41-
YUV113.15144.2899.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=21.28%
G=37.32%
B=41.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731281420.490.1000.44192.1732.0942.16
Hex49808E31A02Cc0202a
Octal11120021661120543004052
Binary100100110000000100011101100011010010110011000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49808E; }

 p { color: rgb(73,128,142); }

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

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

 a { background-color: rgb(73,128,142); }

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

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

 span { border-color: rgb(73,128,142); }

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