#49738D

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

Shades of Jelly Bean #49738D

Tints of Jelly Bean #49738D

Color information

#49738D (or 0x49738D) is unknown color: approx Jelly Bean. HEX triplet: 49, 73 and 8D. RGB value is (73,115,141). Sum of RGB (Red+Green+Blue) = 73+115+141=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #49738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738D is #B68C72. Grayscale: #696969. Windows color (decimal): -11963507 or 9270089. OLE color: 9270089.

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

Color convert

RGB73115141-
CMYK0.480.1800.45
HSL202.94º31.78%41.96%-
HSV(B)202.94º48.23%55.29%-
XYZ13.6915.627.49-
YUV105.41148.09104.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=22.19%
G=34.95%
B=42.86%

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
Decimal731151410.480.1800.45202.9431.7841.96
Hex49738D301202Dcb202a
Octal11116321560220553134052
Binary100100111100111000110111000010010010110111001011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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