#493398

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

Shades of Blue Gem #493398

Tints of Blue Gem #493398

Color information

#493398 (or 0x493398) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 98. RGB value is (73,51,152). Sum of RGB (Red+Green+Blue) = 73+51+152=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #493398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493398 is #B6CC67. Grayscale: #444444. Windows color (decimal): -11979880 or 9974601. OLE color: 9974601.

HSL color Cylindrical-coordinate representation of color #493398: hue angle of 253.07º degrees, saturation: 0.5, 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 #493398 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7351152-
CMYK0.520.6600.40
HSL253.07º49.75%39.8%-
HSV(B)253.07º66.45%59.61%-
XYZ9.66.0530.37-
YUV69.09174.79130.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=26.45%
G=18.48%
B=55.07%

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
Decimal73511520.520.6600.40253.0749.7539.8
Hex4933983442028fd3228
Octal11163230641020503756250
Binary1001001110011100110001101001000010010100011111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493398; }

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

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

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

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

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

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

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

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