#492595

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

Shades of Blue Gem #492595

Tints of Blue Gem #492595

Color information

#492595 (or 0x492595) is unknown color: approx Blue Gem. HEX triplet: 49, 25 and 95. RGB value is (73,37,149). Sum of RGB (Red+Green+Blue) = 73+37+149=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #492595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492595 is #B6DA6A. Grayscale: #3C3C3C. Windows color (decimal): -11983467 or 9774409. OLE color: 9774409.

HSL color Cylindrical-coordinate representation of color #492595: hue angle of 259.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492595 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7337149-
CMYK0.510.7500.42
HSL259.29º60.22%36.47%-
HSV(B)259.29º75.17%58.43%-
XYZ8.834.9128.92-
YUV60.53177.93136.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=28.19%
G=14.29%
B=57.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73371490.510.7500.42259.2960.2236.47
Hex492595334B02A1033c24
Octal11145225631130524037444
Binary10010011001011001010111001110010110101010100000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492595; }

 p { color: rgb(73,37,149); }

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

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

 a { background-color: rgb(73,37,149); }

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

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

 span { border-color: rgb(73,37,149); }

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