#494EAE

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

Shades of Rich Blue #494EAE

Tints of Rich Blue #494EAE

Color information

#494EAE (or 0x494EAE) is unknown color: approx Rich Blue. HEX triplet: 49, 4E and AE. RGB value is (73,78,174). Sum of RGB (Red+Green+Blue) = 73+78+174=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #494EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EAE is #B6B151. Grayscale: #575757. Windows color (decimal): -11972946 or 11423305. OLE color: 11423305.

HSL color Cylindrical-coordinate representation of color #494EAE: hue angle of 237.03º 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 #494EAE is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7378174-
CMYK0.580.5500.32
HSL237.03º40.89%48.43%-
HSV(B)237.03º58.05%68.24%-
XYZ13.119.9241.27-
YUV87.45176.84117.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=22.46%
G=24%
B=53.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73781740.580.5500.32237.0340.8948.43
Hex494EAE3A37020ed2930
Octal11111625672670403555160
Binary1001001100111010101110111010110111010000011101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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