#49278F

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

Shades of Blue Gem #49278F

Tints of Blue Gem #49278F

Color information

#49278F (or 0x49278F) is unknown color: approx Blue Gem. HEX triplet: 49, 27 and 8F. RGB value is (73,39,143). Sum of RGB (Red+Green+Blue) = 73+39+143=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #49278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49278F is #B6D870. Grayscale: #3C3C3C. Windows color (decimal): -11982961 or 9381705. OLE color: 9381705.

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

Color convert

RGB7339143-
CMYK0.490.7300.44
HSL259.62º57.14%35.69%-
HSV(B)259.62º72.73%56.08%-
XYZ8.434.8526.48-
YUV61.02174.26136.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=28.63%
G=15.29%
B=56.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73391430.490.7300.44259.6257.1435.69
Hex49278F314902C1043924
Octal11147217611110544047144
Binary10010011001111000111111000110010010101100100000100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49278F; }

 p { color: rgb(73,39,143); }

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

<style>
 a { background-color: #49278F; }

 a { background-color: rgb(73,39,143); }

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

<style>
 span { border-color: #49278F; }

 span { border-color: rgb(73,39,143); }

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