#493AB3

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

Shades of Rich Blue #493AB3

Tints of Rich Blue #493AB3

Color information

#493AB3 (or 0x493AB3) is unknown color: approx Rich Blue. HEX triplet: 49, 3A and B3. RGB value is (73,58,179). Sum of RGB (Red+Green+Blue) = 73+58+179=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #493AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB3 is #B6C54C. Grayscale: #4B4B4B. Windows color (decimal): -11978061 or 11745865. OLE color: 11745865.

HSL color Cylindrical-coordinate representation of color #493AB3: hue angle of 247.44º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493AB3 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7358179-
CMYK0.590.6800.30
HSL247.44º51.05%46.47%-
HSV(B)247.44º67.6%70.2%-
XYZ12.47.743.48-
YUV76.28185.97125.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=23.55%
G=18.71%
B=57.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73581790.590.6800.30247.4451.0546.47
Hex493AB33B4401Ef7332e
Octal11172263731040363676356
Binary100100111101010110011111011100010001111011110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,179); }

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

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

 a { background-color: rgb(73,58,179); }

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

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

 span { border-color: rgb(73,58,179); }

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