Html Css Color HEX #49748F Jelly Bean

📋 copy color: '#49748F'

red 73 ◦ green 116 ◦ blue 143

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

Shades of Jelly Bean #49748F

Tints of Jelly Bean #49748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

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

R = 21.99%
G = 34.94%
B = 43.07%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49748F (or 0x49748F) is known color: Jelly Bean. HEX triplet: 49, 74 and 8F. RGB value is (73,116,143). Sum of RGB (Red+Green+Blue) = 73+116+143=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #49748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748F is #B68B70. Grayscale: #6A6A6A. Windows color (decimal): -11963249 or 9401417. OLE color: 9401417.

HSL color Cylindrical-coordinate representation of color #49748F: hue angle of 203.14º 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 #49748F is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 116 143 -
CMYK 0.49 0.19 0 0.44
HSL 203.14º 0.32% 0.42% -
HSV(B) 203.14º 0.49% 0.56% -
XYZ 13.95 15.89 28.32 -
YUV 106.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 73 116 143 0.49 0.19 0 0.44 203.14 0.32 0.42
Hex 49 74 8F 31 13 0 2C CB 20 2A
Octal 111 164 217 61 23 0 54 313 40 52
Binary 1001001 1110100 10001111 110001 10011 0 101100 11001011 100000 101010

Color Harmonies of #49748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49748F

Black with #49748F

Text Example


Text Example

White with #49748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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