Html Css Color HEX #49738F Jelly Bean

📋 copy color: '#49738F'

red 73 ◦ green 115 ◦ blue 143

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

Shades of Jelly Bean #49738F

Tints of Jelly Bean #49738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

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

R = 22.05%
G = 34.74%
B = 43.2%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49738F (or 0x49738F) is known color: Jelly Bean. HEX triplet: 49, 73 and 8F. RGB value is (73,115,143). Sum of RGB (Red+Green+Blue) = 73+115+143=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #49738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738F is #B68C70. Grayscale: #696969. Windows color (decimal): -11963505 or 9401161. OLE color: 9401161.

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

Color convert

RGB 73 115 143 -
CMYK 0.49 0.20 0 0.44
HSL 204º 0.32% 0.42% -
HSV(B) 204º 0.49% 0.56% -
XYZ 13.84 15.66 28.28 -
YUV 105.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 73 115 143 0.49 0.20 0 0.44 204 0.32 0.42
Hex 49 73 8F 31 14 0 2C CC 20 2A
Octal 111 163 217 61 24 0 54 314 40 52
Binary 1001001 1110011 10001111 110001 10100 0 101100 11001100 100000 101010

Color Harmonies of #49738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49738F

Black with #49738F

Text Example


Text Example

White with #49738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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