#49799C

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

Shades of Jelly Bean #49799C

Tints of Jelly Bean #49799C

Color information

#49799C (or 0x49799C) is unknown color: approx Jelly Bean. HEX triplet: 49, 79 and 9C. RGB value is (73,121,156). Sum of RGB (Red+Green+Blue) = 73+121+156=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #49799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799C is #B68663. Grayscale: #6E6E6E. Windows color (decimal): -11961956 or 10254665. OLE color: 10254665.

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

Color convert

RGB73121156-
CMYK0.530.2200.39
HSL205.3º36.24%44.9%-
HSV(B)205.3º53.21%61.18%-
XYZ15.5917.4934.01-
YUV110.64153.6101.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=20.86%
G=34.57%
B=44.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731211560.530.2200.39205.336.2444.9
Hex49799C3516027cd242d
Octal11117123465260473154455
Binary100100111110011001110011010110110010011111001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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