#492295

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

Shades of Blue Gem #492295

Tints of Blue Gem #492295

Color information

#492295 (or 0x492295) is unknown color: approx Blue Gem. HEX triplet: 49, 22 and 95. RGB value is (73,34,149). Sum of RGB (Red+Green+Blue) = 73+34+149=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #492295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492295 is #B6DD6A. Grayscale: #3A3A3A. Windows color (decimal): -11984235 or 9773641. OLE color: 9773641.

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

Color convert

RGB7334149-
CMYK0.510.7700.42
HSL260.35º62.84%35.88%-
HSV(B)260.35º77.18%58.43%-
XYZ8.744.7328.89-
YUV58.77178.92138.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=28.52%
G=13.28%
B=58.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73341490.510.7700.42260.3562.8435.88
Hex492295334D02A1043f24
Octal11142225631150524047744
Binary10010011000101001010111001110011010101010100000100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492295; }

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

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

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

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

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

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

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

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