Html Css Color HEX #49798E Jelly Bean

📋 copy color: '#49798E'

red 73 ◦ green 121 ◦ blue 142

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

Shades of Jelly Bean #49798E

Tints of Jelly Bean #49798E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 21.73%
G = 36.01%
B = 42.26%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49798E (or 0x49798E) is known color: Jelly Bean. HEX triplet: 49, 79 and 8E. RGB value is (73,121,142). Sum of RGB (Red+Green+Blue) = 73+121+142=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #49798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798E is #B68671. Grayscale: #6C6C6C. Windows color (decimal): -11961970 or 9337161. OLE color: 9337161.

HSL color Cylindrical-coordinate representation of color #49798E: hue angle of 198.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49798E is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 121 142 -
CMYK 0.49 0.15 0 0.44
HSL 198.26º 0.32% 0.42% -
HSV(B) 198.26º 0.49% 0.56% -
XYZ 14.47 17.04 28.12 -
YUV 109.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 73 121 142 0.49 0.15 0 0.44 198.26 0.32 0.42
Hex 49 79 8E 31 F 0 2C C6 20 2A
Octal 111 171 216 61 17 0 54 306 40 52
Binary 1001001 1111001 10001110 110001 1111 0 101100 11000110 100000 101010

Color Harmonies of #49798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49798E

Black with #49798E

Text Example


Text Example

White with #49798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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