#493FA5

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

Shades of Blue Gem #493FA5

Tints of Blue Gem #493FA5

Color information

#493FA5 (or 0x493FA5) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and A5. RGB value is (73,63,165). Sum of RGB (Red+Green+Blue) = 73+63+165=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #493FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA5 is #B6C05A. Grayscale: #4D4D4D. Windows color (decimal): -11976795 or 10829641. OLE color: 10829641.

HSL color Cylindrical-coordinate representation of color #493FA5: hue angle of 245.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493FA5 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7363165-
CMYK0.560.6200.35
HSL245.88º44.74%44.71%-
HSV(B)245.88º61.82%64.71%-
XYZ11.327.6936.48-
YUV77.62177.31124.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=24.25%
G=20.93%
B=54.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73631650.560.6200.35245.8844.7444.71
Hex493FA5383E023f62d2d
Octal1117724570760433665555
Binary100100111111110100101111000111110010001111110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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