#49429E

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

Shades of Blue Gem #49429E

Tints of Blue Gem #49429E

Color information

#49429E (or 0x49429E) is unknown color: approx Blue Gem. HEX triplet: 49, 42 and 9E. RGB value is (73,66,158). Sum of RGB (Red+Green+Blue) = 73+66+158=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #49429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429E is #B6BD61. Grayscale: #4E4E4E. Windows color (decimal): -11976034 or 10371657. OLE color: 10371657.

HSL color Cylindrical-coordinate representation of color #49429E: hue angle of 244.57º 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 #49429E is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7366158-
CMYK0.540.5800.38
HSL244.57º41.07%43.92%-
HSV(B)244.57º58.23%61.96%-
XYZ10.877.7833.28-
YUV78.58172.82124.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=24.58%
G=22.22%
B=53.20%

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
Decimal73661580.540.5800.38244.5741.0743.92
Hex49429E363A026f5292c
Octal11110223666720463655154
Binary1001001100001010011110110110111010010011011110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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