#492792

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

Shades of Blue Gem #492792

Tints of Blue Gem #492792

Color information

#492792 (or 0x492792) is unknown color: approx Blue Gem. HEX triplet: 49, 27 and 92. RGB value is (73,39,146). Sum of RGB (Red+Green+Blue) = 73+39+146=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #492792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492792 is #B6D86D. Grayscale: #3C3C3C. Windows color (decimal): -11982958 or 9578313. OLE color: 9578313.

HSL color Cylindrical-coordinate representation of color #492792: hue angle of 259.07º degrees, saturation: 0.58, 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 #492792 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7339146-
CMYK0.50.7300.43
HSL259.07º57.84%36.27%-
HSV(B)259.07º73.29%57.25%-
XYZ8.664.9427.69-
YUV61.36175.76136.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=28.29%
G=15.12%
B=56.59%

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
Decimal73391460.50.7300.43259.0757.8436.27
Hex492792324902B1033a24
Octal11147222621110534037244
Binary10010011001111001001011001010010010101011100000011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492792; }

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

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

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

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

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

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

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

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