Html Css Color HEX #49329A Blue Gem

📋 copy color: '#49329A'

red 73 ◦ green 50 ◦ blue 154

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

Shades of Blue Gem #49329A

Tints of Blue Gem #49329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 26.35%
G = 18.05%
B = 55.6%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49329A (or 0x49329A) is known color: Blue Gem. HEX triplet: 49, 32 and 9A. RGB value is (73,50,154). Sum of RGB (Red+Green+Blue) = 73+50+154=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #49329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49329A is #B6CD65. Grayscale: #444444. Windows color (decimal): -11980134 or 10105417. OLE color: 10105417.

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

Color convert

RGB 73 50 154 -
CMYK 0.53 0.68 0 0.40
HSL 253.27º 0.51% 0.4% -
HSV(B) 253.27º 0.68% 0.6% -
XYZ 9.72 6.03 31.22 -
YUV 68.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 73 50 154 0.53 0.68 0 0.40 253.27 0.51 0.4
Hex 49 32 9A 35 44 0 28 FD 33 28
Octal 111 62 232 65 104 0 50 375 63 50
Binary 1001001 110010 10011010 110101 1000100 0 101000 11111101 110011 101000

Color Harmonies of #49329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49329A

Black with #49329A

Text Example


Text Example

White with #49329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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