#49798C

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

Shades of Jelly Bean #49798C

Tints of Jelly Bean #49798C

Color information

#49798C (or 0x49798C) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 8C. RGB value is (73,121,140). Sum of RGB (Red+Green+Blue) = 73+121+140=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #49798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798C is #B68673. Grayscale: #6C6C6C. Windows color (decimal): -11961972 or 9206089. OLE color: 9206089.

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

Color convert

RGB73121140-
CMYK0.480.1400.45
HSL197.01º31.46%41.76%-
HSV(B)197.01º47.86%54.9%-
XYZ14.3216.9827.33-
YUV108.81145.6102.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=21.86%
G=36.23%
B=41.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731211400.480.1400.45197.0131.4641.76
Hex49798C30E02Dc51f2a
Octal11117121460160553053752
Binary1001001111100110001100110000111001011011100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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