Html Css Color HEX #49379A Blue Gem

📋 copy color: '#49379A'

red 73 ◦ green 55 ◦ blue 154

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

Shades of Blue Gem #49379A

Tints of Blue Gem #49379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 25.89%
G = 19.5%
B = 54.61%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49379A (or 0x49379A) is known color: Blue Gem. HEX triplet: 49, 37 and 9A. RGB value is (73,55,154). Sum of RGB (Red+Green+Blue) = 73+55+154=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #49379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49379A is #B6C865. Grayscale: #474747. Windows color (decimal): -11978854 or 10106697. OLE color: 10106697.

HSL color Cylindrical-coordinate representation of color #49379A: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49379A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 55 154 -
CMYK 0.53 0.64 0 0.40
HSL 250.91º 0.47% 0.41% -
HSV(B) 250.91º 0.64% 0.6% -
XYZ 9.95 6.48 31.3 -
YUV 71.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 73 55 154 0.53 0.64 0 0.40 250.91 0.47 0.41
Hex 49 37 9A 35 40 0 28 FB 2F 29
Octal 111 67 232 65 100 0 50 373 57 51
Binary 1001001 110111 10011010 110101 1000000 0 101000 11111011 101111 101001

Color Harmonies of #49379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49379A

Black with #49379A

Text Example


Text Example

White with #49379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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