#493293

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

Shades of Blue Gem #493293

Tints of Blue Gem #493293

Color information

#493293 (or 0x493293) is unknown color: approx Blue Gem. HEX triplet: 49, 32 and 93. RGB value is (73,50,147). Sum of RGB (Red+Green+Blue) = 73+50+147=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #493293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493293 is #B6CD6C. Grayscale: #434343. Windows color (decimal): -11980141 or 9646665. OLE color: 9646665.

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

Color convert

RGB7350147-
CMYK0.500.6600.42
HSL254.23º49.24%38.63%-
HSV(B)254.23º65.99%57.65%-
XYZ9.155.828.24-
YUV67.93172.62131.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=27.04%
G=18.52%
B=54.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73501470.500.6600.42254.2349.2438.63
Hex493293324202Afe3127
Octal11162223621020523766147
Binary1001001110010100100111100101000010010101011111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493293; }

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

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

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

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

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

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

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

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