#493E94

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

Shades of Blue Gem #493E94

Tints of Blue Gem #493E94

Color information

#493E94 (or 0x493E94) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and 94. RGB value is (73,62,148). Sum of RGB (Red+Green+Blue) = 73+62+148=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #493E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493E94 is #B6C16B. Grayscale: #4A4A4A. Windows color (decimal): -11977068 or 9715273. OLE color: 9715273.

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

Color convert

RGB7362148-
CMYK0.510.5800.42
HSL247.67º40.95%41.18%-
HSV(B)247.67º58.11%58.04%-
XYZ9.82728.85-
YUV75.09169.14126.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=25.80%
G=21.91%
B=52.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73621480.510.5800.42247.6740.9541.18
Hex493E94333A02Af82929
Octal1117622463720523705151
Binary100100111111010010100110011111010010101011111000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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