Html Css Color HEX #49799B Jelly Bean

📋 copy color: '#49799B'

red 73 ◦ green 121 ◦ blue 155

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

Shades of Jelly Bean #49799B

Tints of Jelly Bean #49799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 20.92%
G = 34.67%
B = 44.41%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49799B (or 0x49799B) is known color: Jelly Bean. HEX triplet: 49, 79 and 9B. RGB value is (73,121,155). Sum of RGB (Red+Green+Blue) = 73+121+155=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #49799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799B is #B68664. Grayscale: #6E6E6E. Windows color (decimal): -11961957 or 10189129. OLE color: 10189129.

HSL color Cylindrical-coordinate representation of color #49799B: hue angle of 204.88º 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 #49799B is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 121 155 -
CMYK 0.53 0.22 0 0.39
HSL 204.88º 0.36% 0.45% -
HSV(B) 204.88º 0.53% 0.61% -
XYZ 15.5 17.46 33.56 -
YUV 110.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 73 121 155 0.53 0.22 0 0.39 204.88 0.36 0.45
Hex 49 79 9B 35 16 0 27 CD 24 2D
Octal 111 171 233 65 26 0 47 315 44 55
Binary 1001001 1111001 10011011 110101 10110 0 100111 11001101 100100 101101

Color Harmonies of #49799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49799B

Black with #49799B

Text Example


Text Example

White with #49799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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