#493E92

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

Shades of Blue Gem #493E92

Tints of Blue Gem #493E92

Color information

#493E92 (or 0x493E92) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and 92. RGB value is (73,62,146). Sum of RGB (Red+Green+Blue) = 73+62+146=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #493E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493E92 is #B6C16D. Grayscale: #4A4A4A. Windows color (decimal): -11977070 or 9584201. OLE color: 9584201.

HSL color Cylindrical-coordinate representation of color #493E92: hue angle of 247.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493E92 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7362146-
CMYK0.50.5800.43
HSL247.86º40.38%40.78%-
HSV(B)247.86º57.53%57.25%-
XYZ9.666.9428.02-
YUV74.86168.14126.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=25.98%
G=22.06%
B=51.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73621460.50.5800.43247.8640.3840.78
Hex493E92323A02Bf82829
Octal1117622262720533705051
Binary100100111111010010010110010111010010101111111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,146); }

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

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

 a { background-color: rgb(73,62,146); }

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

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

 span { border-color: rgb(73,62,146); }

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