#49808D

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

Shades of Jelly Bean #49808D

Tints of Jelly Bean #49808D

Color information

#49808D (or 0x49808D) is unknown color: approx Jelly Bean. HEX triplet: 49, 80 and 8D. RGB value is (73,128,141). Sum of RGB (Red+Green+Blue) = 73+128+141=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #49808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808D is #B67F72. Grayscale: #707070. Windows color (decimal): -11960179 or 9273417. OLE color: 9273417.

HSL color Cylindrical-coordinate representation of color #49808D: hue angle of 191.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49808D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73128141-
CMYK0.480.0900.45
HSL191.47º31.78%41.96%-
HSV(B)191.47º48.23%55.29%-
XYZ15.2718.7828.02-
YUV113.04143.7899.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=21.35%
G=37.43%
B=41.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731281410.480.0900.45191.4731.7841.96
Hex49808D30902Dbf202a
Octal11120021560110552774052
Binary100100110000000100011011100001001010110110111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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