Html Css Color HEX #49798B Jelly Bean

📋 copy color: '#49798B'

red 73 ◦ green 121 ◦ blue 139

#49798B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #49798B

Tints of Jelly Bean #49798B

RGB

 RED value IS 73 (28.91% from 255) = 21.92%

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 21.92%
G = 36.34%
B = 41.74%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49798B (or 0x49798B) is known color: Jelly Bean. HEX triplet: 49, 79 and 8B. RGB value is (73,121,139). Sum of RGB (Red+Green+Blue) = 73+121+139=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #49798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798B is #B68674. Grayscale: #6C6C6C. Windows color (decimal): -11961973 or 9140553. OLE color: 9140553.

HSL color Cylindrical-coordinate representation of color #49798B: hue angle of 196.36º 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 #49798B is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 121 139 -
CMYK 0.47 0.13 0 0.45
HSL 196.36º 0.31% 0.42% -
HSV(B) 196.36º 0.47% 0.55% -
XYZ 14.25 16.96 26.95 -
YUV 108.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 73 121 139 0.47 0.13 0 0.45 196.36 0.31 0.42
Hex 49 79 8B 2F D 0 2D C4 1F 2A
Octal 111 171 213 57 15 0 55 304 37 52
Binary 1001001 1111001 10001011 101111 1101 0 101101 11000100 11111 101010

Color Harmonies of #49798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49798B

Black with #49798B

Text Example


Text Example

White with #49798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49798B;
 }
 .AnyTagClassName
 {
   color: #49798B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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