#49768D

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

Shades of Jelly Bean #49768D

Tints of Jelly Bean #49768D

Color information

#49768D (or 0x49768D) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 8D. RGB value is (73,118,141). Sum of RGB (Red+Green+Blue) = 73+118+141=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #49768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768D is #B68972. Grayscale: #6B6B6B. Windows color (decimal): -11962739 or 9270857. OLE color: 9270857.

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

Color convert

RGB73118141-
CMYK0.480.1600.45
HSL200.29º31.78%41.96%-
HSV(B)200.29º48.23%55.29%-
XYZ14.0316.327.61-
YUV107.17147.09103.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=21.99%
G=35.54%
B=42.47%

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
Decimal731181410.480.1600.45200.2931.7841.96
Hex49768D301002Dc8202a
Octal11116621560200553104052
Binary100100111101101000110111000010000010110111001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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