#49768E

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

Shades of Jelly Bean #49768E

Tints of Jelly Bean #49768E

Color information

#49768E (or 0x49768E) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 8E. RGB value is (73,118,142). Sum of RGB (Red+Green+Blue) = 73+118+142=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #49768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768E is #B68971. Grayscale: #6B6B6B. Windows color (decimal): -11962738 or 9336393. OLE color: 9336393.

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

Color convert

RGB73118142-
CMYK0.490.1700.44
HSL200.87º32.09%42.16%-
HSV(B)200.87º48.59%55.69%-
XYZ14.1116.3328-
YUV107.28147.59103.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=21.92%
G=35.44%
B=42.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731181420.490.1700.44200.8732.0942.16
Hex49768E311102Cc9202a
Octal11116621661210543114052
Binary100100111101101000111011000110001010110011001001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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