#49758B

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

Shades of Jelly Bean #49758B

Tints of Jelly Bean #49758B

Color information

#49758B (or 0x49758B) is unknown color: approx Jelly Bean. HEX triplet: 49, 75 and 8B. RGB value is (73,117,139). Sum of RGB (Red+Green+Blue) = 73+117+139=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #49758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758B is #B68A74. Grayscale: #6A6A6A. Windows color (decimal): -11962997 or 9139529. OLE color: 9139529.

HSL color Cylindrical-coordinate representation of color #49758B: hue angle of 200º 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 #49758B is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73117139-
CMYK0.470.1600.45
HSL200º31.13%41.57%-
HSV(B)200º47.48%54.51%-
XYZ13.771626.79-
YUV106.35146.42104.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=22.19%
G=35.56%
B=42.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731171390.470.1600.4520031.1341.57
Hex49758B2F1002Dc81f2a
Octal11116521357200553103752
Binary10010011110101100010111011111000001011011100100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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