#49219E

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

Shades of Blue Gem #49219E

Tints of Blue Gem #49219E

Color information

#49219E (or 0x49219E) is unknown color: approx Blue Gem. HEX triplet: 49, 21 and 9E. RGB value is (73,33,158). Sum of RGB (Red+Green+Blue) = 73+33+158=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #49219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49219E is #B6DE61. Grayscale: #3A3A3A. Windows color (decimal): -11984482 or 10363209. OLE color: 10363209.

HSL color Cylindrical-coordinate representation of color #49219E: hue angle of 259.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49219E is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7333158-
CMYK0.540.7900.38
HSL259.2º65.45%37.45%-
HSV(B)259.2º79.11%61.96%-
XYZ9.464.9732.81-
YUV59.21183.75137.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=27.65%
G=12.5%
B=59.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73331580.540.7900.38259.265.4537.45
Hex49219E364F0261034125
Octal111412366611704640310145
Binary100100110000110011110110110100111101001101000000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,33,158); }

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

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

 a { background-color: rgb(73,33,158); }

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

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

 span { border-color: rgb(73,33,158); }

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