Html Css Color HEX #49748E Jelly Bean

📋 copy color: '#49748E'

red 73 ◦ green 116 ◦ blue 142

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

Shades of Jelly Bean #49748E

Tints of Jelly Bean #49748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 22.05%
G = 35.05%
B = 42.9%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49748E (or 0x49748E) is known color: Jelly Bean. HEX triplet: 49, 74 and 8E. RGB value is (73,116,142). Sum of RGB (Red+Green+Blue) = 73+116+142=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #49748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748E is #B68B71. Grayscale: #696969. Windows color (decimal): -11963250 or 9335881. OLE color: 9335881.

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

Color convert

RGB 73 116 142 -
CMYK 0.49 0.18 0 0.44
HSL 202.61º 0.32% 0.42% -
HSV(B) 202.61º 0.49% 0.56% -
XYZ 13.88 15.86 27.92 -
YUV 106.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 73 116 142 0.49 0.18 0 0.44 202.61 0.32 0.42
Hex 49 74 8E 31 12 0 2C CB 20 2A
Octal 111 164 216 61 22 0 54 313 40 52
Binary 1001001 1110100 10001110 110001 10010 0 101100 11001011 100000 101010

Color Harmonies of #49748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49748E

Black with #49748E

Text Example


Text Example

White with #49748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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