#494AB2

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

Shades of Rich Blue #494AB2

Tints of Rich Blue #494AB2

Color information

#494AB2 (or 0x494AB2) is unknown color: approx Rich Blue. HEX triplet: 49, 4A and B2. RGB value is (73,74,178). Sum of RGB (Red+Green+Blue) = 73+74+178=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #494AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AB2 is #B6B54D. Grayscale: #555555. Windows color (decimal): -11973966 or 11684425. OLE color: 11684425.

HSL color Cylindrical-coordinate representation of color #494AB2: hue angle of 239.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494AB2 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7374178-
CMYK0.590.5800.30
HSL239.43º41.83%49.22%-
HSV(B)239.43º58.99%69.8%-
XYZ13.239.5343.26-
YUV85.56180.17119.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 178 (69.92% from 255) = 54.77%
R=22.46%
G=22.77%
B=54.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73741780.590.5800.30239.4341.8349.22
Hex494AB23B3A01Eef2a31
Octal11111226273720363575261
Binary100100110010101011001011101111101001111011101111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494AB2; }

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

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

<style>
 a { background-color: #494AB2; }

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

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

<style>
 span { border-color: #494AB2; }

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

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