#49778D

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

Shades of Jelly Bean #49778D

Tints of Jelly Bean #49778D

Color information

#49778D (or 0x49778D) is unknown color: approx Jelly Bean. HEX triplet: 49, 77 and 8D. RGB value is (73,119,141). Sum of RGB (Red+Green+Blue) = 73+119+141=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #49778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778D is #B68872. Grayscale: #6B6B6B. Windows color (decimal): -11962483 or 9271113. OLE color: 9271113.

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

Color convert

RGB73119141-
CMYK0.480.1600.45
HSL199.41º31.78%41.96%-
HSV(B)199.41º48.23%55.29%-
XYZ14.1516.5327.64-
YUV107.75146.76103.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=21.92%
G=35.74%
B=42.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731191410.480.1600.45199.4131.7841.96
Hex49778D301002Dc7202a
Octal11116721560200553074052
Binary100100111101111000110111000010000010110111000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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