#493498

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

Shades of Blue Gem #493498

Tints of Blue Gem #493498

Color information

#493498 (or 0x493498) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and 98. RGB value is (73,52,152). Sum of RGB (Red+Green+Blue) = 73+52+152=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #493498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493498 is #B6CB67. Grayscale: #454545. Windows color (decimal): -11979624 or 9974857. OLE color: 9974857.

HSL color Cylindrical-coordinate representation of color #493498: hue angle of 252.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493498 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7352152-
CMYK0.520.6600.40
HSL252.6º49.02%40%-
HSV(B)252.6º65.79%59.61%-
XYZ9.646.1430.38-
YUV69.68174.46130.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 152 (59.77% from 255) = 54.87%
R=26.35%
G=18.77%
B=54.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73521520.520.6600.40252.649.0240
Hex4934983442028fd3128
Octal11164230641020503756150
Binary1001001110100100110001101001000010010100011111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493498; }

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

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

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

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

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

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

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

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