#49728A

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

Shades of Jelly Bean #49728A

Tints of Jelly Bean #49728A

Color information

#49728A (or 0x49728A) is unknown color: approx Jelly Bean. HEX triplet: 49, 72 and 8A. RGB value is (73,114,138). Sum of RGB (Red+Green+Blue) = 73+114+138=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #49728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49728A is #B68D75. Grayscale: #686868. Windows color (decimal): -11963766 or 9073225. OLE color: 9073225.

HSL color Cylindrical-coordinate representation of color #49728A: hue angle of 202.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49728A is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73114138-
CMYK0.470.1700.46
HSL202.15º30.81%41.37%-
HSV(B)202.15º47.1%54.12%-
XYZ13.3515.2926.29-
YUV104.48146.92105.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=22.46%
G=35.08%
B=42.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731141380.470.1700.46202.1530.8141.37
Hex49728A2F1102Eca1f29
Octal11116221257210563123751
Binary10010011110010100010101011111000101011101100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,114,138); }

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

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

 a { background-color: rgb(73,114,138); }

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

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

 span { border-color: rgb(73,114,138); }

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