#49778C

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

Shades of Jelly Bean #49778C

Tints of Jelly Bean #49778C

Color information

#49778C (or 0x49778C) is unknown color: approx Jelly Bean. HEX triplet: 49, 77 and 8C. RGB value is (73,119,140). Sum of RGB (Red+Green+Blue) = 73+119+140=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #49778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778C is #B68873. Grayscale: #6B6B6B. Windows color (decimal): -11962484 or 9205577. OLE color: 9205577.

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

Color convert

RGB73119140-
CMYK0.480.1500.45
HSL198.81º31.46%41.76%-
HSV(B)198.81º47.86%54.9%-
XYZ14.0816.527.25-
YUV107.64146.26103.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=21.99%
G=35.84%
B=42.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731191400.480.1500.45198.8131.4641.76
Hex49778C30F02Dc71f2a
Octal11116721460170553073752
Binary1001001111011110001100110000111101011011100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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