Html Css Color HEX #49779B Jelly Bean

📋 copy color: '#49779B'

red 73 ◦ green 119 ◦ blue 155

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

Shades of Jelly Bean #49779B

Tints of Jelly Bean #49779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 21.04%
G = 34.29%
B = 44.67%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49779B (or 0x49779B) is known color: Jelly Bean. HEX triplet: 49, 77 and 9B. RGB value is (73,119,155). Sum of RGB (Red+Green+Blue) = 73+119+155=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #49779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49779B is #B68864. Grayscale: #6D6D6D. Windows color (decimal): -11962469 or 10188617. OLE color: 10188617.

HSL color Cylindrical-coordinate representation of color #49779B: hue angle of 206.34º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49779B is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 119 155 -
CMYK 0.53 0.23 0 0.39
HSL 206.34º 0.36% 0.45% -
HSV(B) 206.34º 0.53% 0.61% -
XYZ 15.26 16.98 33.48 -
YUV 109.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 73 119 155 0.53 0.23 0 0.39 206.34 0.36 0.45
Hex 49 77 9B 35 17 0 27 CE 24 2D
Octal 111 167 233 65 27 0 47 316 44 55
Binary 1001001 1110111 10011011 110101 10111 0 100111 11001110 100100 101101

Color Harmonies of #49779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49779B

Black with #49779B

Text Example


Text Example

White with #49779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,119,155); }

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

background-color css

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

 a { background-color: rgb(73,119,155); }

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

border-color css

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

 span { border-color: rgb(73,119,155); }

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