#493586

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

Shades of Blue Gem #493586

Tints of Blue Gem #493586

Color information

#493586 (or 0x493586) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 86. RGB value is (73,53,134). Sum of RGB (Red+Green+Blue) = 73+53+134=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #493586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493586 is #B6CA79. Grayscale: #434343. Windows color (decimal): -11979386 or 8795465. OLE color: 8795465.

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

Color convert

RGB7353134-
CMYK0.460.6000.47
HSL254.81º43.32%36.67%-
HSV(B)254.81º60.45%52.55%-
XYZ8.325.6823.21-
YUV68.21165.13131.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=28.08%
G=20.38%
B=51.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73531340.460.6000.47254.8143.3236.67
Hex4935862E3C02Fff2b25
Octal1116520656740573775345
Binary100100111010110000110101110111100010111111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493586; }

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

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

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

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

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

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

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

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