#49778A

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

Shades of Jelly Bean #49778A

Tints of Jelly Bean #49778A

Color information

#49778A (or 0x49778A) is unknown color: approx Jelly Bean. HEX triplet: 49, 77 and 8A. RGB value is (73,119,138). Sum of RGB (Red+Green+Blue) = 73+119+138=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #49778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778A is #B68875. Grayscale: #6B6B6B. Windows color (decimal): -11962486 or 9074505. OLE color: 9074505.

HSL color Cylindrical-coordinate representation of color #49778A: hue angle of 197.54º 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 #49778A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73119138-
CMYK0.470.1400.46
HSL197.54º30.81%41.37%-
HSV(B)197.54º47.1%54.12%-
XYZ13.9316.4526.48-
YUV107.41145.26103.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=22.12%
G=36.06%
B=41.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731191380.470.1400.46197.5430.8141.37
Hex49778A2FE02Ec61f29
Octal11116721257160563063751
Binary1001001111011110001010101111111001011101100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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