Html Css Color HEX #49329C Blue Gem

📋 copy color: '#49329C'

red 73 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #49329C

Tints of Blue Gem #49329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.91%

R = 26.16%
G = 17.92%
B = 55.91%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49329C (or 0x49329C) is known color: Blue Gem. HEX triplet: 49, 32 and 9C. RGB value is (73,50,156). Sum of RGB (Red+Green+Blue) = 73+50+156=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #49329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49329C is #B6CD63. Grayscale: #444444. Windows color (decimal): -11980132 or 10236489. OLE color: 10236489.

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

Color convert

RGB 73 50 156 -
CMYK 0.53 0.68 0 0.39
HSL 253.02º 0.51% 0.4% -
HSV(B) 253.02º 0.68% 0.61% -
XYZ 9.89 6.1 32.11 -
YUV 68.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 73 50 156 0.53 0.68 0 0.39 253.02 0.51 0.4
Hex 49 32 9C 35 44 0 27 FD 33 28
Octal 111 62 234 65 104 0 47 375 63 50
Binary 1001001 110010 10011100 110101 1000100 0 100111 11111101 110011 101000

Color Harmonies of #49329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49329C

Black with #49329C

Text Example


Text Example

White with #49329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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