#49398E

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

Shades of Blue Gem #49398E

Tints of Blue Gem #49398E

Color information

#49398E (or 0x49398E) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 8E. RGB value is (73,57,142). Sum of RGB (Red+Green+Blue) = 73+57+142=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #49398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49398E is #B6C671. Grayscale: #474747. Windows color (decimal): -11978354 or 9320777. OLE color: 9320777.

HSL color Cylindrical-coordinate representation of color #49398E: hue angle of 251.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49398E is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7357142-
CMYK0.490.6000.44
HSL251.29º42.71%39.02%-
HSV(B)251.29º59.86%55.69%-
XYZ9.096.326.33-
YUV71.47167.8129.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=26.84%
G=20.96%
B=52.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73571420.490.6000.44251.2942.7139.02
Hex49398E313C02Cfb2b27
Octal1117121661740543735347
Binary100100111100110001110110001111100010110011111011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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