Html Css Color HEX #49798F Jelly Bean

📋 copy color: '#49798F'

red 73 ◦ green 121 ◦ blue 143

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

Shades of Jelly Bean #49798F

Tints of Jelly Bean #49798F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 21.66%
G = 35.91%
B = 42.43%

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

#49798F (or 0x49798F) is known color: Jelly Bean. HEX triplet: 49, 79 and 8F. RGB value is (73,121,143). Sum of RGB (Red+Green+Blue) = 73+121+143=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #49798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798F is #B68670. Grayscale: #6D6D6D. Windows color (decimal): -11961969 or 9402697. OLE color: 9402697.

HSL color Cylindrical-coordinate representation of color #49798F: hue angle of 198.86º 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 #49798F is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 121 143 -
CMYK 0.49 0.15 0 0.44
HSL 198.86º 0.32% 0.42% -
HSV(B) 198.86º 0.49% 0.56% -
XYZ 14.54 17.07 28.52 -
YUV 109.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 73 121 143 0.49 0.15 0 0.44 198.86 0.32 0.42
Hex 49 79 8F 31 F 0 2C C7 20 2A
Octal 111 171 217 61 17 0 54 307 40 52
Binary 1001001 1111001 10001111 110001 1111 0 101100 11000111 100000 101010

Color Harmonies of #49798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49798F

Black with #49798F

Text Example


Text Example

White with #49798F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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