#49738E

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

Shades of Jelly Bean #49738E

Tints of Jelly Bean #49738E

Color information

#49738E (or 0x49738E) is unknown color: approx Jelly Bean. HEX triplet: 49, 73 and 8E. RGB value is (73,115,142). Sum of RGB (Red+Green+Blue) = 73+115+142=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #49738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738E is #B68C71. Grayscale: #696969. Windows color (decimal): -11963506 or 9335625. OLE color: 9335625.

HSL color Cylindrical-coordinate representation of color #49738E: hue angle of 203.48º 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 #49738E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73115142-
CMYK0.490.1900.44
HSL203.48º32.09%42.16%-
HSV(B)203.48º48.59%55.69%-
XYZ13.7615.6327.88-
YUV105.52148.59104.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=22.12%
G=34.85%
B=43.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731151420.490.1900.44203.4832.0942.16
Hex49738E311302Ccb202a
Octal11116321661230543134052
Binary100100111100111000111011000110011010110011001011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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