#49748B

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

Shades of Jelly Bean #49748B

Tints of Jelly Bean #49748B

Color information

#49748B (or 0x49748B) is unknown color: approx Jelly Bean. HEX triplet: 49, 74 and 8B. RGB value is (73,116,139). Sum of RGB (Red+Green+Blue) = 73+116+139=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #49748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748B is #B68B74. Grayscale: #696969. Windows color (decimal): -11963253 or 9139273. OLE color: 9139273.

HSL color Cylindrical-coordinate representation of color #49748B: hue angle of 200.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49748B is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73116139-
CMYK0.470.1700.45
HSL200.91º31.13%41.57%-
HSV(B)200.91º47.48%54.51%-
XYZ13.6515.7726.75-
YUV105.76146.75104.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=22.26%
G=35.37%
B=42.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731161390.470.1700.45200.9131.1341.57
Hex49748B2F1102Dc91f2a
Octal11116421357210553113752
Binary10010011110100100010111011111000101011011100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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