#49748C

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

Shades of Jelly Bean #49748C

Tints of Jelly Bean #49748C

Color information

#49748C (or 0x49748C) is unknown color: approx Jelly Bean. HEX triplet: 49, 74 and 8C. RGB value is (73,116,140). Sum of RGB (Red+Green+Blue) = 73+116+140=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #49748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748C is #B68B73. Grayscale: #696969. Windows color (decimal): -11963252 or 9204809. OLE color: 9204809.

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

Color convert

RGB73116140-
CMYK0.480.1700.45
HSL201.49º31.46%41.76%-
HSV(B)201.49º47.86%54.9%-
XYZ13.7315.827.14-
YUV105.88147.25104.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=22.19%
G=35.26%
B=42.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731161400.480.1700.45201.4931.4641.76
Hex49748C301102Dc91f2a
Octal11116421460210553113752
Binary10010011110100100011001100001000101011011100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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