#49328E

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

Shades of Blue Gem #49328E

Tints of Blue Gem #49328E

Color information

#49328E (or 0x49328E) is unknown color: approx 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

RGB7350142-
CMYK0.490.6500.44
HSL255º47.92%37.65%-
HSV(B)255º64.79%55.69%-
XYZ8.775.6526.22-
YUV67.36170.12132.02-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73501420.490.6500.4425547.9237.65
Hex49328E314102Cff3026
Octal11162216611010543776046
Binary1001001110010100011101100011000001010110011111111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>