#49778E

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

Shades of Jelly Bean #49778E

Tints of Jelly Bean #49778E

Color information

#49778E (or 0x49778E) is unknown color: approx Jelly Bean. HEX triplet: 49, 77 and 8E. RGB value is (73,119,142). Sum of RGB (Red+Green+Blue) = 73+119+142=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #49778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778E is #B68871. Grayscale: #6B6B6B. Windows color (decimal): -11962482 or 9336649. OLE color: 9336649.

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

Color convert

RGB73119142-
CMYK0.490.1600.44
HSL200º32.09%42.16%-
HSV(B)200º48.59%55.69%-
XYZ14.2316.5628.04-
YUV107.87147.26103.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=21.86%
G=35.63%
B=42.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731191420.490.1600.4420032.0942.16
Hex49778E311002Cc8202a
Octal11116721661200543104052
Binary100100111101111000111011000110000010110011001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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