#49768A

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

Shades of Jelly Bean #49768A

Tints of Jelly Bean #49768A

Color information

#49768A (or 0x49768A) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 8A. RGB value is (73,118,138). Sum of RGB (Red+Green+Blue) = 73+118+138=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #49768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768A is #B68975. Grayscale: #6A6A6A. Windows color (decimal): -11962742 or 9074249. OLE color: 9074249.

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

Color convert

RGB73118138-
CMYK0.470.1400.46
HSL198.46º30.81%41.37%-
HSV(B)198.46º47.1%54.12%-
XYZ13.8116.2126.45-
YUV106.82145.59103.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=22.19%
G=35.87%
B=41.95%

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
Decimal731181380.470.1400.46198.4630.8141.37
Hex49768A2FE02Ec61f29
Octal11116621257160563063751
Binary1001001111011010001010101111111001011101100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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