Html Css Color HEX #49758F Jelly Bean

📋 copy color: '#49758F'

red 73 ◦ green 117 ◦ blue 143

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

Shades of Jelly Bean #49758F

Tints of Jelly Bean #49758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 21.92%
G = 35.14%
B = 42.94%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49758F (or 0x49758F) is known color: Jelly Bean. HEX triplet: 49, 75 and 8F. RGB value is (73,117,143). Sum of RGB (Red+Green+Blue) = 73+117+143=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #49758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758F is #B68A70. Grayscale: #6A6A6A. Windows color (decimal): -11962993 or 9401673. OLE color: 9401673.

HSL color Cylindrical-coordinate representation of color #49758F: hue angle of 202.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49758F is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 117 143 -
CMYK 0.49 0.18 0 0.44
HSL 202.29º 0.32% 0.42% -
HSV(B) 202.29º 0.49% 0.56% -
XYZ 14.07 16.12 28.36 -
YUV 106.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 73 117 143 0.49 0.18 0 0.44 202.29 0.32 0.42
Hex 49 75 8F 31 12 0 2C CA 20 2A
Octal 111 165 217 61 22 0 54 312 40 52
Binary 1001001 1110101 10001111 110001 10010 0 101100 11001010 100000 101010

Color Harmonies of #49758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49758F

Black with #49758F

Text Example


Text Example

White with #49758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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