#49378E

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

Shades of Blue Gem #49378E

Tints of Blue Gem #49378E

Color information

#49378E (or 0x49378E) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and 8E. RGB value is (73,55,142). Sum of RGB (Red+Green+Blue) = 73+55+142=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #49378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49378E is #B6C871. Grayscale: #454545. Windows color (decimal): -11978866 or 9320265. OLE color: 9320265.

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

Color convert

RGB7355142-
CMYK0.490.6100.44
HSL252.41º44.16%38.63%-
HSV(B)252.41º61.27%55.69%-
XYZ96.126.29-
YUV70.3168.46129.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=27.04%
G=20.37%
B=52.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73551420.490.6100.44252.4144.1638.63
Hex49378E313D02Cfc2c27
Octal1116721661750543745447
Binary100100111011110001110110001111101010110011111100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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