Html Css Color HEX #49778D Jelly Bean

📋 copy color: '#49778D'

red 73 ◦ green 119 ◦ blue 141

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

Shades of Jelly Bean #49778D

Tints of Jelly Bean #49778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 21.92%
G = 35.74%
B = 42.34%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49778D (or 0x49778D) is known color: Jelly Bean. HEX triplet: 49, 77 and 8D. RGB value is (73,119,141). Sum of RGB (Red+Green+Blue) = 73+119+141=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #49778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778D is #B68872. Grayscale: #6B6B6B. Windows color (decimal): -11962483 or 9271113. OLE color: 9271113.

HSL color Cylindrical-coordinate representation of color #49778D: hue angle of 199.41º degrees, saturation: 0.32, 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 #49778D is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 119 141 -
CMYK 0.48 0.16 0 0.45
HSL 199.41º 0.32% 0.42% -
HSV(B) 199.41º 0.48% 0.55% -
XYZ 14.15 16.53 27.64 -
YUV 107.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 73 119 141 0.48 0.16 0 0.45 199.41 0.32 0.42
Hex 49 77 8D 30 10 0 2D C7 20 2A
Octal 111 167 215 60 20 0 55 307 40 52
Binary 1001001 1110111 10001101 110000 10000 0 101101 11000111 100000 101010

Color Harmonies of #49778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49778D

Black with #49778D

Text Example


Text Example

White with #49778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49778D; }

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

 H1.HeaderClassName
 {
   color: #49778D;
 }
 .AnyTagClassName
 {
   color: #49778D;
 }
</style>

background-color css

<style>
 a { background-color: #49778D; }

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

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

border-color css

<style>
 span { border-color: #49778D; }

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

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