#49329D

Color #49329D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #49329D

Tints of Blue Gem #49329D

Color information

#49329D (or 0x49329D) is unknown color: approx Blue Gem. HEX triplet: 49, 32 and 9D. RGB value is (73,50,157). Sum of RGB (Red+Green+Blue) = 73+50+157=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #49329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49329D is #B6CD62. Grayscale: #444444. Windows color (decimal): -11980131 or 10302025. OLE color: 10302025.

HSL color Cylindrical-coordinate representation of color #49329D: hue angle of 252.9º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49329D is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7350157-
CMYK0.540.6800.38
HSL252.9º51.69%40.59%-
HSV(B)252.9º68.15%61.57%-
XYZ9.976.1332.56-
YUV69.07177.62130.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=26.07%
G=17.86%
B=56.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73501570.540.6800.38252.951.6940.59
Hex49329D3644026fd3429
Octal11162235661040463756451
Binary1001001110010100111011101101000100010011011111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49329D;
 }
 .AnyTagClassName
 {
   color: #49329D;
 }
</style>
background-color css

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

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

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

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

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

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