#493FA3

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

Shades of Blue Gem #493FA3

Tints of Blue Gem #493FA3

Color information

#493FA3 (or 0x493FA3) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and A3. RGB value is (73,63,163). Sum of RGB (Red+Green+Blue) = 73+63+163=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #493FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA3 is #B6C05C. Grayscale: #4D4D4D. Windows color (decimal): -11976797 or 10698569. OLE color: 10698569.

HSL color Cylindrical-coordinate representation of color #493FA3: hue angle of 246º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493FA3 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7363163-
CMYK0.550.6100.36
HSL246º44.25%44.31%-
HSV(B)246º61.35%63.92%-
XYZ11.147.6235.53-
YUV77.39176.31124.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 163 (64.06% from 255) = 54.52%
R=24.41%
G=21.07%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73631630.550.6100.3624644.2544.31
Hex493FA3373D024f62c2c
Octal1117724367750443665454
Binary100100111111110100011110111111101010010011110110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493FA3; }

 p { color: rgb(73,63,163); }

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

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

 a { background-color: rgb(73,63,163); }

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

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

 span { border-color: rgb(73,63,163); }

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