#493A9C

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

Shades of Blue Gem #493A9C

Tints of Blue Gem #493A9C

Color information

#493A9C (or 0x493A9C) is unknown color: approx Blue Gem. HEX triplet: 49, 3A and 9C. RGB value is (73,58,156). Sum of RGB (Red+Green+Blue) = 73+58+156=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #493A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A9C is #B6C563. Grayscale: #494949. Windows color (decimal): -11978084 or 10238537. OLE color: 10238537.

HSL color Cylindrical-coordinate representation of color #493A9C: hue angle of 249.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493A9C is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7358156-
CMYK0.530.6300.39
HSL249.18º45.79%41.96%-
HSV(B)249.18º62.82%61.18%-
XYZ10.266.8432.23-
YUV73.66174.47127.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=25.44%
G=20.21%
B=54.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73581560.530.6300.39249.1845.7941.96
Hex493A9C353F027f92e2a
Octal1117223465770473715652
Binary100100111101010011100110101111111010011111111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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