#49398C

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

Shades of Blue Gem #49398C

Tints of Blue Gem #49398C

Color information

#49398C (or 0x49398C) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and 8C. RGB value is (73,57,140). Sum of RGB (Red+Green+Blue) = 73+57+140=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #49398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49398C is #B6C673. Grayscale: #464646. Windows color (decimal): -11978356 or 9189705. OLE color: 9189705.

HSL color Cylindrical-coordinate representation of color #49398C: hue angle of 251.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49398C is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7357140-
CMYK0.480.5900.45
HSL251.57º42.13%38.63%-
HSV(B)251.57º59.29%54.9%-
XYZ8.946.2425.54-
YUV71.25166.8129.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 140 (55.08% from 255) = 51.85%
R=27.04%
G=21.11%
B=51.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73571400.480.5900.45251.5742.1338.63
Hex49398C303B02Dfc2a27
Octal1117121460730553745247
Binary100100111100110001100110000111011010110111111100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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