#493FAE

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

Shades of Rich Blue #493FAE

Tints of Rich Blue #493FAE

Color information

#493FAE (or 0x493FAE) is unknown color: approx Rich Blue. HEX triplet: 49, 3F and AE. RGB value is (73,63,174). Sum of RGB (Red+Green+Blue) = 73+63+174=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #493FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAE is #B6C051. Grayscale: #4E4E4E. Windows color (decimal): -11976786 or 11419465. OLE color: 11419465.

HSL color Cylindrical-coordinate representation of color #493FAE: hue angle of 245.41º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493FAE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7363174-
CMYK0.580.6400.32
HSL245.41º46.84%46.47%-
HSV(B)245.41º63.79%68.24%-
XYZ12.178.0340.95-
YUV78.64181.81123.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=23.55%
G=20.32%
B=56.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73631740.580.6400.32245.4146.8446.47
Hex493FAE3A40020f52f2e
Octal11177256721000403655756
Binary1001001111111101011101110101000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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