#493286

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

Shades of Blue Gem #493286

Tints of Blue Gem #493286

Color information

#493286 (or 0x493286) is unknown color: approx Blue Gem. HEX triplet: 49, 32 and 86. RGB value is (73,50,134). Sum of RGB (Red+Green+Blue) = 73+50+134=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #493286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493286 is #B6CD79. Grayscale: #424242. Windows color (decimal): -11980154 or 8794697. OLE color: 8794697.

HSL color Cylindrical-coordinate representation of color #493286: hue angle of 256.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493286 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7350134-
CMYK0.460.6300.47
HSL256.43º45.65%36.08%-
HSV(B)256.43º62.69%52.55%-
XYZ8.195.4223.17-
YUV66.45166.12132.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=28.40%
G=19.46%
B=52.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73501340.460.6300.47256.4345.6536.08
Hex4932862E3F02F1002e24
Octal1116220656770574005644
Binary1001001110010100001101011101111110101111100000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493286; }

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

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

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

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

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

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

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

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