Html Css Color HEX #49778F Jelly Bean

📋 copy color: '#49778F'

red 73 ◦ green 119 ◦ blue 143

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

Shades of Jelly Bean #49778F

Tints of Jelly Bean #49778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 21.79%
G = 35.52%
B = 42.69%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49778F (or 0x49778F) is known color: Jelly Bean. HEX triplet: 49, 77 and 8F. RGB value is (73,119,143). Sum of RGB (Red+Green+Blue) = 73+119+143=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #49778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778F is #B68870. Grayscale: #6B6B6B. Windows color (decimal): -11962481 or 9402185. OLE color: 9402185.

HSL color Cylindrical-coordinate representation of color #49778F: hue angle of 200.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49778F is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 119 143 -
CMYK 0.49 0.17 0 0.44
HSL 200.57º 0.32% 0.42% -
HSV(B) 200.57º 0.49% 0.56% -
XYZ 14.3 16.59 28.44 -
YUV 107.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 73 119 143 0.49 0.17 0 0.44 200.57 0.32 0.42
Hex 49 77 8F 31 11 0 2C C9 20 2A
Octal 111 167 217 61 21 0 54 311 40 52
Binary 1001001 1110111 10001111 110001 10001 0 101100 11001001 100000 101010

Color Harmonies of #49778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49778F

Black with #49778F

Text Example


Text Example

White with #49778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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