#494DAE

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

Shades of Rich Blue #494DAE

Tints of Rich Blue #494DAE

Color information

#494DAE (or 0x494DAE) is unknown color: approx Rich Blue. HEX triplet: 49, 4D and AE. RGB value is (73,77,174). Sum of RGB (Red+Green+Blue) = 73+77+174=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #494DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAE is #B6B251. Grayscale: #565656. Windows color (decimal): -11973202 or 11423049. OLE color: 11423049.

HSL color Cylindrical-coordinate representation of color #494DAE: hue angle of 237.62º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #494DAE is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7377174-
CMYK0.580.5600.32
HSL237.62º40.89%48.43%-
HSV(B)237.62º58.05%68.24%-
XYZ13.049.7841.24-
YUV86.86177.17118.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=22.53%
G=23.77%
B=53.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73771740.580.5600.32237.6240.8948.43
Hex494DAE3A38020ee2930
Octal11111525672700403565160
Binary1001001100110110101110111010111000010000011101110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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