#49738C

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

Shades of Jelly Bean #49738C

Tints of Jelly Bean #49738C

Color information

#49738C (or 0x49738C) is unknown color: approx Jelly Bean. HEX triplet: 49, 73 and 8C. RGB value is (73,115,140). Sum of RGB (Red+Green+Blue) = 73+115+140=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #49738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738C is #B68C73. Grayscale: #696969. Windows color (decimal): -11963508 or 9204553. OLE color: 9204553.

HSL color Cylindrical-coordinate representation of color #49738C: hue angle of 202.39º degrees, saturation: 0.31, 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 #49738C is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73115140-
CMYK0.480.1800.45
HSL202.39º31.46%41.76%-
HSV(B)202.39º47.86%54.9%-
XYZ13.6115.5727.1-
YUV105.29147.59104.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=22.26%
G=35.06%
B=42.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731151400.480.1800.45202.3931.4641.76
Hex49738C301202Dca1f2a
Octal11116321460220553123752
Binary10010011110011100011001100001001001011011100101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49738C; }

 p { color: rgb(73,115,140); }

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

<style>
 a { background-color: #49738C; }

 a { background-color: rgb(73,115,140); }

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

<style>
 span { border-color: #49738C; }

 span { border-color: rgb(73,115,140); }

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