#49748D

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

Shades of Jelly Bean #49748D

Tints of Jelly Bean #49748D

Color information

#49748D (or 0x49748D) is unknown color: approx Jelly Bean. HEX triplet: 49, 74 and 8D. RGB value is (73,116,141). Sum of RGB (Red+Green+Blue) = 73+116+141=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #49748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748D is #B68B72. Grayscale: #696969. Windows color (decimal): -11963251 or 9270345. OLE color: 9270345.

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

Color convert

RGB73116141-
CMYK0.480.1800.45
HSL202.06º31.78%41.96%-
HSV(B)202.06º48.23%55.29%-
XYZ13.815.8327.53-
YUV105.99147.75104.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=22.12%
G=35.15%
B=42.73%

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
Decimal731161410.480.1800.45202.0631.7841.96
Hex49748D301202Dca202a
Octal11116421560220553124052
Binary100100111101001000110111000010010010110111001010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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