Html Css Color HEX #49738E Jelly Bean

📋 copy color: '#49738E'

red 73 ◦ green 115 ◦ blue 142

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

Shades of Jelly Bean #49738E

Tints of Jelly Bean #49738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 22.12%
G = 34.85%
B = 43.03%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49738E (or 0x49738E) is known color: Jelly Bean. HEX triplet: 49, 73 and 8E. RGB value is (73,115,142). Sum of RGB (Red+Green+Blue) = 73+115+142=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #49738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738E is #B68C71. Grayscale: #696969. Windows color (decimal): -11963506 or 9335625. OLE color: 9335625.

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

Color convert

RGB 73 115 142 -
CMYK 0.49 0.19 0 0.44
HSL 203.48º 0.32% 0.42% -
HSV(B) 203.48º 0.49% 0.56% -
XYZ 13.76 15.63 27.88 -
YUV 105.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 73 115 142 0.49 0.19 0 0.44 203.48 0.32 0.42
Hex 49 73 8E 31 13 0 2C CB 20 2A
Octal 111 163 216 61 23 0 54 313 40 52
Binary 1001001 1110011 10001110 110001 10011 0 101100 11001011 100000 101010

Color Harmonies of #49738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49738E

Black with #49738E

Text Example


Text Example

White with #49738E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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