#49318D

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

Shades of Blue Gem #49318D

Tints of Blue Gem #49318D

Color information

#49318D (or 0x49318D) is unknown color: approx Blue Gem. HEX triplet: 49, 31 and 8D. RGB value is (73,49,141). Sum of RGB (Red+Green+Blue) = 73+49+141=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #49318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49318D is #B6CE72. Grayscale: #424242. Windows color (decimal): -11980403 or 9253193. OLE color: 9253193.

HSL color Cylindrical-coordinate representation of color #49318D: hue angle of 255.65º 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 #49318D is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7349141-
CMYK0.480.6500.45
HSL255.65º48.42%37.25%-
HSV(B)255.65º65.25%55.29%-
XYZ8.655.5425.81-
YUV66.66169.95132.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=27.76%
G=18.63%
B=53.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73491410.480.6500.45255.6548.4237.25
Hex49318D304102D1003025
Octal11161215601010554006045
Binary10010011100011000110111000010000010101101100000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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