Html Css Color HEX #49328E Blue Gem

📋 copy color: '#49328E'

red 73 ◦ green 50 ◦ blue 142

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

Shades of Blue Gem #49328E

Tints of Blue Gem #49328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 27.55%
G = 18.87%
B = 53.58%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49328E (or 0x49328E) is known color: Blue Gem. HEX triplet: 49, 32 and 8E. RGB value is (73,50,142). Sum of RGB (Red+Green+Blue) = 73+50+142=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #49328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49328E is #B6CD71. Grayscale: #434343. Windows color (decimal): -11980146 or 9318985. OLE color: 9318985.

HSL color Cylindrical-coordinate representation of color #49328E: hue angle of 255º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49328E is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 50 142 -
CMYK 0.49 0.65 0 0.44
HSL 255º 0.48% 0.38% -
HSV(B) 255º 0.65% 0.56% -
XYZ 8.77 5.65 26.22 -
YUV 67.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 73 50 142 0.49 0.65 0 0.44 255 0.48 0.38
Hex 49 32 8E 31 41 0 2C FF 30 26
Octal 111 62 216 61 101 0 54 377 60 46
Binary 1001001 110010 10001110 110001 1000001 0 101100 11111111 110000 100110

Color Harmonies of #49328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49328E

Black with #49328E

Text Example


Text Example

White with #49328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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