Html Css Color HEX #49798C Jelly Bean

📋 copy color: '#49798C'

red 73 ◦ green 121 ◦ blue 140

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

Shades of Jelly Bean #49798C

Tints of Jelly Bean #49798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 21.86%
G = 36.23%
B = 41.92%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49798C (or 0x49798C) is known color: Jelly Bean. HEX triplet: 49, 79 and 8C. RGB value is (73,121,140). Sum of RGB (Red+Green+Blue) = 73+121+140=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #49798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798C is #B68673. Grayscale: #6C6C6C. Windows color (decimal): -11961972 or 9206089. OLE color: 9206089.

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

Color convert

RGB 73 121 140 -
CMYK 0.48 0.14 0 0.45
HSL 197.01º 0.31% 0.42% -
HSV(B) 197.01º 0.48% 0.55% -
XYZ 14.32 16.98 27.33 -
YUV 108.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 73 121 140 0.48 0.14 0 0.45 197.01 0.31 0.42
Hex 49 79 8C 30 E 0 2D C5 1F 2A
Octal 111 171 214 60 16 0 55 305 37 52
Binary 1001001 1111001 10001100 110000 1110 0 101101 11000101 11111 101010

Color Harmonies of #49798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49798C

Black with #49798C

Text Example


Text Example

White with #49798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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