#49349E

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

Shades of Blue Gem #49349E

Tints of Blue Gem #49349E

Color information

#49349E (or 0x49349E) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and 9E. RGB value is (73,52,158). Sum of RGB (Red+Green+Blue) = 73+52+158=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #49349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49349E is #B6CB61. Grayscale: #454545. Windows color (decimal): -11979618 or 10368073. OLE color: 10368073.

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

Color convert

RGB7352158-
CMYK0.540.6700.38
HSL251.89º50.48%41.18%-
HSV(B)251.89º67.09%61.96%-
XYZ10.156.3433.04-
YUV70.36177.46129.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=25.80%
G=18.37%
B=55.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73521580.540.6700.38251.8950.4841.18
Hex49349E3643026fc3229
Octal11164236661030463746251
Binary1001001110100100111101101101000011010011011111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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