#493197

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

Shades of Blue Gem #493197

Tints of Blue Gem #493197

Color information

#493197 (or 0x493197) is unknown color: approx Blue Gem. HEX triplet: 49, 31 and 97. RGB value is (73,49,151). Sum of RGB (Red+Green+Blue) = 73+49+151=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #493197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493197 is #B6CE68. Grayscale: #434343. Windows color (decimal): -11980393 or 9908553. OLE color: 9908553.

HSL color Cylindrical-coordinate representation of color #493197: hue angle of 254.12º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493197 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7349151-
CMYK0.520.6800.41
HSL254.12º51%39.22%-
HSV(B)254.12º67.55%59.22%-
XYZ9.435.8529.91-
YUV67.8174.95131.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=26.74%
G=17.95%
B=55.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73491510.520.6800.41254.125139.22
Hex4931973444029fe3327
Octal11161227641040513766347
Binary1001001110001100101111101001000100010100111111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493197; }

 p { color: rgb(73,49,151); }

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

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

 a { background-color: rgb(73,49,151); }

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

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

 span { border-color: rgb(73,49,151); }

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