Html Css Color HEX #49768C Jelly Bean

📋 copy color: '#49768C'

red 73 ◦ green 118 ◦ blue 140

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

Shades of Jelly Bean #49768C

Tints of Jelly Bean #49768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 22.05%
G = 35.65%
B = 42.3%

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

#49768C (or 0x49768C) is known color: Jelly Bean. HEX triplet: 49, 76 and 8C. RGB value is (73,118,140). Sum of RGB (Red+Green+Blue) = 73+118+140=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #49768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768C is #B68973. Grayscale: #6A6A6A. Windows color (decimal): -11962740 or 9205321. OLE color: 9205321.

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

Color convert

RGB 73 118 140 -
CMYK 0.48 0.16 0 0.45
HSL 199.7º 0.31% 0.42% -
HSV(B) 199.7º 0.48% 0.55% -
XYZ 13.96 16.27 27.21 -
YUV 107.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 73 118 140 0.48 0.16 0 0.45 199.7 0.31 0.42
Hex 49 76 8C 30 10 0 2D C8 1F 2A
Octal 111 166 214 60 20 0 55 310 37 52
Binary 1001001 1110110 10001100 110000 10000 0 101101 11001000 11111 101010

Color Harmonies of #49768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49768C

Black with #49768C

Text Example


Text Example

White with #49768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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