#493496

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

Shades of Blue Gem #493496

Tints of Blue Gem #493496

Color information

#493496 (or 0x493496) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and 96. RGB value is (73,52,150). Sum of RGB (Red+Green+Blue) = 73+52+150=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #493496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493496 is #B6CB69. Grayscale: #454545. Windows color (decimal): -11979626 or 9843785. OLE color: 9843785.

HSL color Cylindrical-coordinate representation of color #493496: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493496 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7352150-
CMYK0.510.6500.41
HSL252.86º48.51%39.61%-
HSV(B)252.86º65.33%58.82%-
XYZ9.486.0729.53-
YUV69.45173.46130.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=26.55%
G=18.91%
B=54.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73521500.510.6500.41252.8648.5139.61
Hex4934963341029fd3128
Octal11164226631010513756150
Binary1001001110100100101101100111000001010100111111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493496; }

 p { color: rgb(73,52,150); }

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

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

 a { background-color: rgb(73,52,150); }

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

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

 span { border-color: rgb(73,52,150); }

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