Html Css Color HEX #49738C Jelly Bean

📋 copy color: '#49738C'

red 73 ◦ green 115 ◦ blue 140

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

Shades of Jelly Bean #49738C

Tints of Jelly Bean #49738C

RGB

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

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

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

R = 22.26%
G = 35.06%
B = 42.68%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49738C (or 0x49738C) is known color: Jelly Bean. HEX triplet: 49, 73 and 8C. RGB value is (73,115,140). Sum of RGB (Red+Green+Blue) = 73+115+140=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #49738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738C is #B68C73. Grayscale: #696969. Windows color (decimal): -11963508 or 9204553. OLE color: 9204553.

HSL color Cylindrical-coordinate representation of color #49738C: hue angle of 202.39º 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 #49738C is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 115 140 -
CMYK 0.48 0.18 0 0.45
HSL 202.39º 0.31% 0.42% -
HSV(B) 202.39º 0.48% 0.55% -
XYZ 13.61 15.57 27.1 -
YUV 105.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 73 115 140 0.48 0.18 0 0.45 202.39 0.31 0.42
Hex 49 73 8C 30 12 0 2D CA 1F 2A
Octal 111 163 214 60 22 0 55 312 37 52
Binary 1001001 1110011 10001100 110000 10010 0 101101 11001010 11111 101010

Color Harmonies of #49738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49738C

Black with #49738C

Text Example


Text Example

White with #49738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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