Html Css Color HEX #49779A Jelly Bean

📋 copy color: '#49779A'

red 73 ◦ green 119 ◦ blue 154

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

Shades of Jelly Bean #49779A

Tints of Jelly Bean #49779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 21.1%
G = 34.39%
B = 44.51%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49779A (or 0x49779A) is known color: Jelly Bean. HEX triplet: 49, 77 and 9A. RGB value is (73,119,154). Sum of RGB (Red+Green+Blue) = 73+119+154=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #49779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49779A is #B68865. Grayscale: #6D6D6D. Windows color (decimal): -11962470 or 10123081. OLE color: 10123081.

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

Color convert

RGB 73 119 154 -
CMYK 0.53 0.23 0 0.40
HSL 205.93º 0.36% 0.45% -
HSV(B) 205.93º 0.53% 0.6% -
XYZ 15.18 16.94 33.04 -
YUV 109.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 73 119 154 0.53 0.23 0 0.40 205.93 0.36 0.45
Hex 49 77 9A 35 17 0 28 CE 24 2D
Octal 111 167 232 65 27 0 50 316 44 55
Binary 1001001 1110111 10011010 110101 10111 0 101000 11001110 100100 101101

Color Harmonies of #49779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49779A

Black with #49779A

Text Example


Text Example

White with #49779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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