#493793

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

Shades of Blue Gem #493793

Tints of Blue Gem #493793

Color information

#493793 (or 0x493793) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and 93. RGB value is (73,55,147). Sum of RGB (Red+Green+Blue) = 73+55+147=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #493793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493793 is #B6C86C. Grayscale: #464646. Windows color (decimal): -11978861 or 9647945. OLE color: 9647945.

HSL color Cylindrical-coordinate representation of color #493793: hue angle of 251.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493793 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7355147-
CMYK0.500.6300.42
HSL251.74º45.54%39.61%-
HSV(B)251.74º62.59%57.65%-
XYZ9.386.2628.32-
YUV70.87170.96129.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 53.45%
R=26.55%
G=20%
B=53.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73551470.500.6300.42251.7445.5439.61
Hex493793323F02Afc2e28
Octal1116722362770523745650
Binary100100111011110010011110010111111010101011111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493793; }

 p { color: rgb(73,55,147); }

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

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

 a { background-color: rgb(73,55,147); }

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

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

 span { border-color: rgb(73,55,147); }

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