#493890

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

Shades of Blue Gem #493890

Tints of Blue Gem #493890

Color information

#493890 (or 0x493890) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 90. RGB value is (73,56,144). Sum of RGB (Red+Green+Blue) = 73+56+144=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #493890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493890 is #B6C76F. Grayscale: #464646. Windows color (decimal): -11978608 or 9451593. OLE color: 9451593.

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

Color convert

RGB7356144-
CMYK0.490.6100.44
HSL251.59º44%39.22%-
HSV(B)251.59º61.11%56.47%-
XYZ9.26.2627.11-
YUV71.11169.13129.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=26.74%
G=20.51%
B=52.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73561440.490.6100.44251.594439.22
Hex493890313D02Cfc2c27
Octal1117022061750543745447
Binary100100111100010010000110001111101010110011111100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493890; }

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

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

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

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

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

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

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

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