Html Css Color HEX #49768B Jelly Bean

📋 copy color: '#49768B'

red 73 ◦ green 118 ◦ blue 139

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

Shades of Jelly Bean #49768B

Tints of Jelly Bean #49768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 22.12%
G = 35.76%
B = 42.12%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49768B (or 0x49768B) is known color: Jelly Bean. HEX triplet: 49, 76 and 8B. RGB value is (73,118,139). Sum of RGB (Red+Green+Blue) = 73+118+139=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #49768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49768B is #B68974. Grayscale: #6A6A6A. Windows color (decimal): -11962741 or 9139785. OLE color: 9139785.

HSL color Cylindrical-coordinate representation of color #49768B: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49768B is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 118 139 -
CMYK 0.47 0.15 0 0.45
HSL 199.09º 0.31% 0.42% -
HSV(B) 199.09º 0.47% 0.55% -
XYZ 13.89 16.24 26.83 -
YUV 106.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 73 118 139 0.47 0.15 0 0.45 199.09 0.31 0.42
Hex 49 76 8B 2F F 0 2D C7 1F 2A
Octal 111 166 213 57 17 0 55 307 37 52
Binary 1001001 1110110 10001011 101111 1111 0 101101 11000111 11111 101010

Color Harmonies of #49768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49768B

Black with #49768B

Text Example


Text Example

White with #49768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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