#492892

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

Shades of Blue Gem #492892

Tints of Blue Gem #492892

Color information

#492892 (or 0x492892) is unknown color: approx Blue Gem. HEX triplet: 49, 28 and 92. RGB value is (73,40,146). Sum of RGB (Red+Green+Blue) = 73+40+146=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #492892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492892 is #B6D76D. Grayscale: #3D3D3D. Windows color (decimal): -11982702 or 9578569. OLE color: 9578569.

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

Color convert

RGB7340146-
CMYK0.50.7300.43
HSL258.68º56.99%36.47%-
HSV(B)258.68º72.6%57.25%-
XYZ8.695.0127.7-
YUV61.95175.43135.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=28.19%
G=15.44%
B=56.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73401460.50.7300.43258.6856.9936.47
Hex492892324902B1033924
Octal11150222621110534037144
Binary10010011010001001001011001010010010101011100000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492892; }

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

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

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

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

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

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

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

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