#493FB2

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

Shades of Rich Blue #493FB2

Tints of Rich Blue #493FB2

Color information

#493FB2 (or 0x493FB2) is unknown color: approx Rich Blue. HEX triplet: 49, 3F and B2. RGB value is (73,63,178). Sum of RGB (Red+Green+Blue) = 73+63+178=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #493FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FB2 is #B6C04D. Grayscale: #4E4E4E. Windows color (decimal): -11976782 or 11681609. OLE color: 11681609.

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

Color convert

RGB7363178-
CMYK0.590.6500.30
HSL245.22º47.72%47.25%-
HSV(B)245.22º64.61%69.8%-
XYZ12.568.1943.04-
YUV79.1183.81123.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 178 (69.92% from 255) = 56.69%
R=23.25%
G=20.06%
B=56.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73631780.590.6500.30245.2247.7247.25
Hex493FB23B4101Ef5302f
Octal11177262731010363656057
Binary100100111111110110010111011100000101111011110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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