Html Css Color HEX #49758D Jelly Bean

📋 copy color: '#49758D'

red 73 ◦ green 117 ◦ blue 141

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

Shades of Jelly Bean #49758D

Tints of Jelly Bean #49758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 22.05%
G = 35.35%
B = 42.6%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49758D (or 0x49758D) is known color: Jelly Bean. HEX triplet: 49, 75 and 8D. RGB value is (73,117,141). Sum of RGB (Red+Green+Blue) = 73+117+141=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #49758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758D is #B68A72. Grayscale: #6A6A6A. Windows color (decimal): -11962995 or 9270601. OLE color: 9270601.

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

Color convert

RGB 73 117 141 -
CMYK 0.48 0.17 0 0.45
HSL 201.18º 0.32% 0.42% -
HSV(B) 201.18º 0.48% 0.55% -
XYZ 13.92 16.06 27.57 -
YUV 106.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 73 117 141 0.48 0.17 0 0.45 201.18 0.32 0.42
Hex 49 75 8D 30 11 0 2D C9 20 2A
Octal 111 165 215 60 21 0 55 311 40 52
Binary 1001001 1110101 10001101 110000 10001 0 101101 11001001 100000 101010

Color Harmonies of #49758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49758D

Black with #49758D

Text Example


Text Example

White with #49758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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