#493393

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

Shades of Blue Gem #493393

Tints of Blue Gem #493393

Color information

#493393 (or 0x493393) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 93. RGB value is (73,51,147). Sum of RGB (Red+Green+Blue) = 73+51+147=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #493393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493393 is #B6CC6C. Grayscale: #444444. Windows color (decimal): -11979885 or 9646921. OLE color: 9646921.

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

Color convert

RGB7351147-
CMYK0.500.6500.42
HSL253.75º48.48%38.82%-
HSV(B)253.75º65.31%57.65%-
XYZ9.25.8928.26-
YUV68.52172.29131.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=26.94%
G=18.82%
B=54.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73511470.500.6500.42253.7548.4838.82
Hex493393324102Afe3027
Octal11163223621010523766047
Binary1001001110011100100111100101000001010101011111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493393; }

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

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

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

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

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

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

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

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