#493CA2

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

Shades of Blue Gem #493CA2

Tints of Blue Gem #493CA2

Color information

#493CA2 (or 0x493CA2) is unknown color: approx Blue Gem. HEX triplet: 49, 3C and A2. RGB value is (73,60,162). Sum of RGB (Red+Green+Blue) = 73+60+162=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #493CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493CA2 is #B6C35D. Grayscale: #4B4B4B. Windows color (decimal): -11977566 or 10632265. OLE color: 10632265.

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

Color convert

RGB7360162-
CMYK0.550.6300.36
HSL247.65º45.95%43.53%-
HSV(B)247.65º62.96%63.53%-
XYZ10.897.2635.01-
YUV75.52176.81126.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=24.75%
G=20.34%
B=54.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73601620.550.6300.36247.6545.9543.53
Hex493CA2373F024f82e2c
Octal1117424267770443705654
Binary100100111110010100010110111111111010010011111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,162); }

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

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

 a { background-color: rgb(73,60,162); }

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

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

 span { border-color: rgb(73,60,162); }

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