#49799A

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

Shades of Jelly Bean #49799A

Tints of Jelly Bean #49799A

Color information

#49799A (or 0x49799A) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 9A. RGB value is (73,121,154). Sum of RGB (Red+Green+Blue) = 73+121+154=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #49799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799A is #B68665. Grayscale: #6E6E6E. Windows color (decimal): -11961958 or 10123593. OLE color: 10123593.

HSL color Cylindrical-coordinate representation of color #49799A: hue angle of 204.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49799A is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73121154-
CMYK0.530.2100.40
HSL204.44º35.68%44.51%-
HSV(B)204.44º52.6%60.39%-
XYZ15.4217.4233.12-
YUV110.41152.6101.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=20.98%
G=34.77%
B=44.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731211540.530.2100.40204.4435.6844.51
Hex49799A3515028cc242d
Octal11117123265250503144455
Binary100100111110011001101011010110101010100011001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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