#492E8A

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

Shades of Blue Gem #492E8A

Tints of Blue Gem #492E8A

Color information

#492E8A (or 0x492E8A) is unknown color: approx Blue Gem. HEX triplet: 49, 2E and 8A. RGB value is (73,46,138). Sum of RGB (Red+Green+Blue) = 73+46+138=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #492E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492E8A is #B6D175. Grayscale: #404040. Windows color (decimal): -11981174 or 9055817. OLE color: 9055817.

HSL color Cylindrical-coordinate representation of color #492E8A: hue angle of 257.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492E8A is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7346138-
CMYK0.470.6700.46
HSL257.61º50%36.08%-
HSV(B)257.61º66.67%54.12%-
XYZ8.315.2124.61-
YUV64.56169.45134.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=28.40%
G=17.90%
B=53.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73461380.470.6700.46257.615036.08
Hex492E8A2F4302E1023224
Octal11156212571030564026244
Binary10010011011101000101010111110000110101110100000010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E8A; }

 p { color: rgb(73,46,138); }

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

<style>
 a { background-color: #492E8A; }

 a { background-color: rgb(73,46,138); }

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

<style>
 span { border-color: #492E8A; }

 span { border-color: rgb(73,46,138); }

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