Html Css Color HEX #49379F Blue Gem

📋 copy color: '#49379F'

red 73 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #49379F

Tints of Blue Gem #49379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 25.44%
G = 19.16%
B = 55.4%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49379F (or 0x49379F) is known color: Blue Gem. HEX triplet: 49, 37 and 9F. RGB value is (73,55,159). Sum of RGB (Red+Green+Blue) = 73+55+159=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #49379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49379F is #B6C860. Grayscale: #474747. Windows color (decimal): -11978849 or 10434377. OLE color: 10434377.

HSL color Cylindrical-coordinate representation of color #49379F: hue angle of 250.38º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49379F is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 55 159 -
CMYK 0.54 0.65 0 0.38
HSL 250.38º 0.49% 0.42% -
HSV(B) 250.38º 0.65% 0.62% -
XYZ 10.37 6.65 33.54 -
YUV 72.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 73 55 159 0.54 0.65 0 0.38 250.38 0.49 0.42
Hex 49 37 9F 36 41 0 26 FA 31 2A
Octal 111 67 237 66 101 0 46 372 61 52
Binary 1001001 110111 10011111 110110 1000001 0 100110 11111010 110001 101010

Color Harmonies of #49379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49379F

Black with #49379F

Text Example


Text Example

White with #49379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,55,159); }

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

background-color css

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

 a { background-color: rgb(73,55,159); }

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

border-color css

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

 span { border-color: rgb(73,55,159); }

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