#493193

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

Shades of Blue Gem #493193

Tints of Blue Gem #493193

Color information

#493193 (or 0x493193) is unknown color: approx Blue Gem. HEX triplet: 49, 31 and 93. RGB value is (73,49,147). Sum of RGB (Red+Green+Blue) = 73+49+147=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #493193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493193 is #B6CE6C. Grayscale: #424242. Windows color (decimal): -11980397 or 9646409. OLE color: 9646409.

HSL color Cylindrical-coordinate representation of color #493193: hue angle of 254.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493193 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7349147-
CMYK0.500.6700.42
HSL254.69º50%38.43%-
HSV(B)254.69º66.67%57.65%-
XYZ9.115.7228.23-
YUV67.35172.95132.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=27.14%
G=18.22%
B=54.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73491470.500.6700.42254.695038.43
Hex493193324302Aff3226
Octal11161223621030523776246
Binary1001001110001100100111100101000011010101011111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493193; }

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

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

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

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

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

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

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

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