#493AA1

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

Shades of Blue Gem #493AA1

Tints of Blue Gem #493AA1

Color information

#493AA1 (or 0x493AA1) is unknown color: approx Blue Gem. HEX triplet: 49, 3A and A1. RGB value is (73,58,161). Sum of RGB (Red+Green+Blue) = 73+58+161=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #493AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493AA1 is #B6C55E. Grayscale: #494949. Windows color (decimal): -11978079 or 10566217. OLE color: 10566217.

HSL color Cylindrical-coordinate representation of color #493AA1: hue angle of 248.74º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493AA1 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7358161-
CMYK0.550.6400.37
HSL248.74º47.03%42.94%-
HSV(B)248.74º63.98%63.14%-
XYZ10.697.0234.51-
YUV74.23176.97127.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=25%
G=19.86%
B=55.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73581610.550.6400.37248.7447.0342.94
Hex493AA13740025f92f2b
Octal11172241671000453715753
Binary1001001111010101000011101111000000010010111111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,161); }

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

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

 a { background-color: rgb(73,58,161); }

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

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

 span { border-color: rgb(73,58,161); }

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