Html Css Color HEX #49788B Jelly Bean

📋 copy color: '#49788B'

red 73 ◦ green 120 ◦ blue 139

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

Shades of Jelly Bean #49788B

Tints of Jelly Bean #49788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 21.99%
G = 36.14%
B = 41.87%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49788B (or 0x49788B) is known color: Jelly Bean. HEX triplet: 49, 78 and 8B. RGB value is (73,120,139). Sum of RGB (Red+Green+Blue) = 73+120+139=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #49788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49788B is #B68774. Grayscale: #6B6B6B. Windows color (decimal): -11962229 or 9140297. OLE color: 9140297.

HSL color Cylindrical-coordinate representation of color #49788B: hue angle of 197.27º 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 #49788B is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 120 139 -
CMYK 0.47 0.14 0 0.45
HSL 197.27º 0.31% 0.42% -
HSV(B) 197.27º 0.47% 0.55% -
XYZ 14.12 16.71 26.91 -
YUV 108.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 73 120 139 0.47 0.14 0 0.45 197.27 0.31 0.42
Hex 49 78 8B 2F E 0 2D C5 1F 2A
Octal 111 170 213 57 16 0 55 305 37 52
Binary 1001001 1111000 10001011 101111 1110 0 101101 11000101 11111 101010

Color Harmonies of #49788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49788B

Black with #49788B

Text Example


Text Example

White with #49788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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