Html Css Color HEX #49768D Jelly Bean

📋 copy color: '#49768D'

red 73 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #49768D

Tints of Jelly Bean #49768D

RGB

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

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

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

R = 21.99%
G = 35.54%
B = 42.47%

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

#49768D (or 0x49768D) is known color: Jelly Bean. HEX triplet: 49, 76 and 8D. RGB value is (73,118,141). Sum of RGB (Red+Green+Blue) = 73+118+141=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #49768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768D is #B68972. Grayscale: #6B6B6B. Windows color (decimal): -11962739 or 9270857. OLE color: 9270857.

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

Color convert

RGB 73 118 141 -
CMYK 0.48 0.16 0 0.45
HSL 200.29º 0.32% 0.42% -
HSV(B) 200.29º 0.48% 0.55% -
XYZ 14.03 16.3 27.61 -
YUV 107.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 73 118 141 0.48 0.16 0 0.45 200.29 0.32 0.42
Hex 49 76 8D 30 10 0 2D C8 20 2A
Octal 111 166 215 60 20 0 55 310 40 52
Binary 1001001 1110110 10001101 110000 10000 0 101101 11001000 100000 101010

Color Harmonies of #49768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49768D

Black with #49768D

Text Example


Text Example

White with #49768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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