Html Css Color HEX #49328D Blue Gem

📋 copy color: '#49328D'

red 73 ◦ green 50 ◦ blue 141

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

Shades of Blue Gem #49328D

Tints of Blue Gem #49328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 27.65%
G = 18.94%
B = 53.41%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49328D (or 0x49328D) is known color: Blue Gem. HEX triplet: 49, 32 and 8D. RGB value is (73,50,141). Sum of RGB (Red+Green+Blue) = 73+50+141=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #49328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49328D is #B6CD72. Grayscale: #424242. Windows color (decimal): -11980147 or 9253449. OLE color: 9253449.

HSL color Cylindrical-coordinate representation of color #49328D: hue angle of 255.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49328D is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 50 141 -
CMYK 0.48 0.65 0 0.45
HSL 255.16º 0.48% 0.37% -
HSV(B) 255.16º 0.65% 0.55% -
XYZ 8.7 5.62 25.83 -
YUV 67.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 73 50 141 0.48 0.65 0 0.45 255.16 0.48 0.37
Hex 49 32 8D 30 41 0 2D FF 30 25
Octal 111 62 215 60 101 0 55 377 60 45
Binary 1001001 110010 10001101 110000 1000001 0 101101 11111111 110000 100101

Color Harmonies of #49328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49328D

Black with #49328D

Text Example


Text Example

White with #49328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49328D; }

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

 H1.HeaderClassName
 {
   color: #49328D;
 }
 .AnyTagClassName
 {
   color: #49328D;
 }
</style>

background-color css

<style>
 a { background-color: #49328D; }

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

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

border-color css

<style>
 span { border-color: #49328D; }

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

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