#49209C

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

Shades of Blue Gem #49209C

Tints of Blue Gem #49209C

Color information

#49209C (or 0x49209C) is unknown color: approx Blue Gem. HEX triplet: 49, 20 and 9C. RGB value is (73,32,156). Sum of RGB (Red+Green+Blue) = 73+32+156=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #49209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49209C is #B6DF63. Grayscale: #393939. Windows color (decimal): -11984740 or 10231881. OLE color: 10231881.

HSL color Cylindrical-coordinate representation of color #49209C: hue angle of 259.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49209C is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7332156-
CMYK0.530.7900.39
HSL259.84º65.96%36.86%-
HSV(B)259.84º79.49%61.18%-
XYZ9.264.8531.9-
YUV58.4183.08138.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=27.97%
G=12.26%
B=59.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73321560.530.7900.39259.8465.9636.86
Hex49209C354F0271044225
Octal111402346511704740410245
Binary100100110000010011100110101100111101001111000001001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49209C; }

 p { color: rgb(73,32,156); }

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

<style>
 a { background-color: #49209C; }

 a { background-color: rgb(73,32,156); }

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

<style>
 span { border-color: #49209C; }

 span { border-color: rgb(73,32,156); }

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