Html Css Color HEX #49808D Jelly Bean

📋 copy color: '#49808D'

red 73 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #49808D

Tints of Jelly Bean #49808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 21.35%
G = 37.43%
B = 41.23%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49808D (or 0x49808D) is known color: Jelly Bean. HEX triplet: 49, 80 and 8D. RGB value is (73,128,141). Sum of RGB (Red+Green+Blue) = 73+128+141=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #49808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808D is #B67F72. Grayscale: #707070. Windows color (decimal): -11960179 or 9273417. OLE color: 9273417.

HSL color Cylindrical-coordinate representation of color #49808D: hue angle of 191.47º degrees, saturation: 0.32, 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 #49808D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 128 141 -
CMYK 0.48 0.09 0 0.45
HSL 191.47º 0.32% 0.42% -
HSV(B) 191.47º 0.48% 0.55% -
XYZ 15.27 18.78 28.02 -
YUV 113.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 73 128 141 0.48 0.09 0 0.45 191.47 0.32 0.42
Hex 49 80 8D 30 9 0 2D BF 20 2A
Octal 111 200 215 60 11 0 55 277 40 52
Binary 1001001 10000000 10001101 110000 1001 0 101101 10111111 100000 101010

Color Harmonies of #49808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49808D

Black with #49808D

Text Example


Text Example

White with #49808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49808D; }

 p { color: rgb(73,128,141); }

 H1.HeaderClassName
 {
   color: #49808D;
 }
 .AnyTagClassName
 {
   color: #49808D;
 }
</style>

background-color css

<style>
 a { background-color: #49808D; }

 a { background-color: rgb(73,128,141); }

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

border-color css

<style>
 span { border-color: #49808D; }

 span { border-color: rgb(73,128,141); }

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