#49758E

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

Shades of Jelly Bean #49758E

Tints of Jelly Bean #49758E

Color information

#49758E (or 0x49758E) is unknown color: approx Jelly Bean. HEX triplet: 49, 75 and 8E. RGB value is (73,117,142). Sum of RGB (Red+Green+Blue) = 73+117+142=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #49758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758E is #B68A71. Grayscale: #6A6A6A. Windows color (decimal): -11962994 or 9336137. OLE color: 9336137.

HSL color Cylindrical-coordinate representation of color #49758E: hue angle of 201.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49758E is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73117142-
CMYK0.490.1800.44
HSL201.74º32.09%42.16%-
HSV(B)201.74º48.59%55.69%-
XYZ13.9916.0927.96-
YUV106.69147.92103.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=21.99%
G=35.24%
B=42.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731171420.490.1800.44201.7432.0942.16
Hex49758E311202Cca202a
Octal11116521661220543124052
Binary100100111101011000111011000110010010110011001010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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