#493390

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

Shades of Blue Gem #493390

Tints of Blue Gem #493390

Color information

#493390 (or 0x493390) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 90. RGB value is (73,51,144). Sum of RGB (Red+Green+Blue) = 73+51+144=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #493390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493390 is #B6CC6F. Grayscale: #434343. Windows color (decimal): -11979888 or 9450313. OLE color: 9450313.

HSL color Cylindrical-coordinate representation of color #493390: hue angle of 254.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493390 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7351144-
CMYK0.490.6500.44
HSL254.19º47.69%38.24%-
HSV(B)254.19º64.58%56.47%-
XYZ8.975.827.03-
YUV68.18170.79131.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=27.24%
G=19.03%
B=53.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73511440.490.6500.44254.1947.6938.24
Hex493390314102Cfe3026
Octal11163220611010543766046
Binary1001001110011100100001100011000001010110011111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493390; }

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

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

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

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

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

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

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

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