Html Css Color HEX #49738B Jelly Bean

📋 copy color: '#49738B'

red 73 ◦ green 115 ◦ blue 139

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

Shades of Jelly Bean #49738B

Tints of Jelly Bean #49738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 22.32%
G = 35.17%
B = 42.51%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49738B (or 0x49738B) is known color: Jelly Bean. HEX triplet: 49, 73 and 8B. RGB value is (73,115,139). Sum of RGB (Red+Green+Blue) = 73+115+139=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #49738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738B is #B68C74. Grayscale: #696969. Windows color (decimal): -11963509 or 9139017. OLE color: 9139017.

HSL color Cylindrical-coordinate representation of color #49738B: hue angle of 201.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49738B is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 115 139 -
CMYK 0.47 0.17 0 0.45
HSL 201.82º 0.31% 0.42% -
HSV(B) 201.82º 0.47% 0.55% -
XYZ 13.54 15.54 26.71 -
YUV 105.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 73 115 139 0.47 0.17 0 0.45 201.82 0.31 0.42
Hex 49 73 8B 2F 11 0 2D CA 1F 2A
Octal 111 163 213 57 21 0 55 312 37 52
Binary 1001001 1110011 10001011 101111 10001 0 101101 11001010 11111 101010

Color Harmonies of #49738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49738B

Black with #49738B

Text Example


Text Example

White with #49738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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