#49288E

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

Shades of Blue Gem #49288E

Tints of Blue Gem #49288E

Color information

#49288E (or 0x49288E) is unknown color: approx Blue Gem. HEX triplet: 49, 28 and 8E. RGB value is (73,40,142). Sum of RGB (Red+Green+Blue) = 73+40+142=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #49288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49288E is #B6D771. Grayscale: #3D3D3D. Windows color (decimal): -11982706 or 9316425. OLE color: 9316425.

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

Color convert

RGB7340142-
CMYK0.490.7200.44
HSL259.41º56.04%35.69%-
HSV(B)259.41º71.83%55.69%-
XYZ8.394.8926.09-
YUV61.49173.43136.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=28.63%
G=15.69%
B=55.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73401420.490.7200.44259.4156.0435.69
Hex49288E314802C1033824
Octal11150216611100544037044
Binary10010011010001000111011000110010000101100100000011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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