#49758A

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

Shades of Jelly Bean #49758A

Tints of Jelly Bean #49758A

Color information

#49758A (or 0x49758A) is unknown color: approx Jelly Bean. HEX triplet: 49, 75 and 8A. RGB value is (73,117,138). Sum of RGB (Red+Green+Blue) = 73+117+138=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #49758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758A is #B68A75. Grayscale: #6A6A6A. Windows color (decimal): -11962998 or 9073993. OLE color: 9073993.

HSL color Cylindrical-coordinate representation of color #49758A: hue angle of 199.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49758A is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73117138-
CMYK0.470.1500.46
HSL199.38º30.81%41.37%-
HSV(B)199.38º47.1%54.12%-
XYZ13.715.9726.41-
YUV106.24145.92104.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=22.26%
G=35.67%
B=42.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731171380.470.1500.46199.3830.8141.37
Hex49758A2FF02Ec71f29
Octal11116521257170563073751
Binary1001001111010110001010101111111101011101100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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