#493D9B

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

Shades of Blue Gem #493D9B

Tints of Blue Gem #493D9B

Color information

#493D9B (or 0x493D9B) is unknown color: approx Blue Gem. HEX triplet: 49, 3D and 9B. RGB value is (73,61,155). Sum of RGB (Red+Green+Blue) = 73+61+155=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #493D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D9B is #B6C264. Grayscale: #4A4A4A. Windows color (decimal): -11977317 or 10173769. OLE color: 10173769.

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

Color convert

RGB7361155-
CMYK0.530.6100.39
HSL247.66º43.52%42.35%-
HSV(B)247.66º60.65%60.78%-
XYZ10.337.1231.84-
YUV75.3172.98126.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=25.26%
G=21.11%
B=53.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73611550.530.6100.39247.6643.5242.35
Hex493D9B353D027f82c2a
Octal1117523365750473705452
Binary100100111110110011011110101111101010011111111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,155); }

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

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

 a { background-color: rgb(73,61,155); }

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

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

 span { border-color: rgb(73,61,155); }

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