#493FB5

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

Shades of Rich Blue #493FB5

Tints of Rich Blue #493FB5

Color information

#493FB5 (or 0x493FB5) is unknown color: approx Rich Blue. HEX triplet: 49, 3F and B5. RGB value is (73,63,181). Sum of RGB (Red+Green+Blue) = 73+63+181=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #493FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FB5 is #B6C04A. Grayscale: #4E4E4E. Windows color (decimal): -11976779 or 11878217. OLE color: 11878217.

HSL color Cylindrical-coordinate representation of color #493FB5: hue angle of 245.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493FB5 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7363181-
CMYK0.600.6500.29
HSL245.08º48.36%47.84%-
HSV(B)245.08º65.19%70.98%-
XYZ12.878.3144.64-
YUV79.44185.31123.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=23.03%
G=19.87%
B=57.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73631810.600.6500.29245.0848.3647.84
Hex493FB53C4101Df53030
Octal11177265741010353656060
Binary100100111111110110101111100100000101110111110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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