#49429F

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

Shades of Blue Gem #49429F

Tints of Blue Gem #49429F

Color information

#49429F (or 0x49429F) is unknown color: approx Blue Gem. HEX triplet: 49, 42 and 9F. RGB value is (73,66,159). Sum of RGB (Red+Green+Blue) = 73+66+159=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #49429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429F is #B6BD60. Grayscale: #4E4E4E. Windows color (decimal): -11976033 or 10437193. OLE color: 10437193.

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

Color convert

RGB7366159-
CMYK0.540.5800.38
HSL244.52º41.33%44.12%-
HSV(B)244.52º58.49%62.35%-
XYZ10.957.8233.73-
YUV78.69173.32123.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=24.50%
G=22.15%
B=53.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73661590.540.5800.38244.5241.3344.12
Hex49429F363A026f5292c
Octal11110223766720463655154
Binary1001001100001010011111110110111010010011011110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,66,159); }

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

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

 a { background-color: rgb(73,66,159); }

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

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

 span { border-color: rgb(73,66,159); }

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