#493FAC

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

Shades of Blue Gem #493FAC

Tints of Blue Gem #493FAC

Color information

#493FAC (or 0x493FAC) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and AC. RGB value is (73,63,172). Sum of RGB (Red+Green+Blue) = 73+63+172=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #493FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAC is #B6C053. Grayscale: #4D4D4D. Windows color (decimal): -11976788 or 11288393. OLE color: 11288393.

HSL color Cylindrical-coordinate representation of color #493FAC: hue angle of 245.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493FAC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7363172-
CMYK0.580.6300.33
HSL245.5º46.38%46.08%-
HSV(B)245.5º63.37%67.45%-
XYZ11.977.9539.93-
YUV78.42180.81124.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=23.70%
G=20.45%
B=55.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73631720.580.6300.33245.546.3846.08
Hex493FAC3A3F021f62e2e
Octal1117725472770413665656
Binary100100111111110101100111010111111010000111110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,172); }

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

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

 a { background-color: rgb(73,63,172); }

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

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

 span { border-color: rgb(73,63,172); }

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