#49788B

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

Shades of Jelly Bean #49788B

Tints of Jelly Bean #49788B

Color information

#49788B (or 0x49788B) is unknown color: approx Jelly Bean. HEX triplet: 49, 78 and 8B. RGB value is (73,120,139). Sum of RGB (Red+Green+Blue) = 73+120+139=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #49788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49788B is #B68774. Grayscale: #6B6B6B. Windows color (decimal): -11962229 or 9140297. OLE color: 9140297.

HSL color Cylindrical-coordinate representation of color #49788B: hue angle of 197.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49788B is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73120139-
CMYK0.470.1400.45
HSL197.27º31.13%41.57%-
HSV(B)197.27º47.48%54.51%-
XYZ14.1216.7126.91-
YUV108.11145.43102.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=21.99%
G=36.14%
B=41.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731201390.470.1400.45197.2731.1341.57
Hex49788B2FE02Dc51f2a
Octal11117021357160553053752
Binary1001001111100010001011101111111001011011100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49788B; }

 p { color: rgb(73,120,139); }

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

<style>
 a { background-color: #49788B; }

 a { background-color: rgb(73,120,139); }

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

<style>
 span { border-color: #49788B; }

 span { border-color: rgb(73,120,139); }

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