Html Css Color HEX #49768A Jelly Bean

📋 copy color: '#49768A'

red 73 ◦ green 118 ◦ blue 138

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

Shades of Jelly Bean #49768A

Tints of Jelly Bean #49768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 22.19%
G = 35.87%
B = 41.95%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49768A (or 0x49768A) is known color: Jelly Bean. HEX triplet: 49, 76 and 8A. RGB value is (73,118,138). Sum of RGB (Red+Green+Blue) = 73+118+138=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #49768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768A is #B68975. Grayscale: #6A6A6A. Windows color (decimal): -11962742 or 9074249. OLE color: 9074249.

HSL color Cylindrical-coordinate representation of color #49768A: hue angle of 198.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49768A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 118 138 -
CMYK 0.47 0.14 0 0.46
HSL 198.46º 0.31% 0.41% -
HSV(B) 198.46º 0.47% 0.54% -
XYZ 13.81 16.21 26.45 -
YUV 106.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 73 118 138 0.47 0.14 0 0.46 198.46 0.31 0.41
Hex 49 76 8A 2F E 0 2E C6 1F 29
Octal 111 166 212 57 16 0 56 306 37 51
Binary 1001001 1110110 10001010 101111 1110 0 101110 11000110 11111 101001

Color Harmonies of #49768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49768A

Black with #49768A

Text Example


Text Example

White with #49768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,118,138); }

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

background-color css

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

 a { background-color: rgb(73,118,138); }

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

border-color css

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

 span { border-color: rgb(73,118,138); }

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