#494DAF

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

Shades of Rich Blue #494DAF

Tints of Rich Blue #494DAF

Color information

#494DAF (or 0x494DAF) is unknown color: approx Rich Blue. HEX triplet: 49, 4D and AF. RGB value is (73,77,175). Sum of RGB (Red+Green+Blue) = 73+77+175=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #494DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAF is #B6B250. Grayscale: #565656. Windows color (decimal): -11973201 or 11488585. OLE color: 11488585.

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

Color convert

RGB7377175-
CMYK0.580.5600.31
HSL237.65º41.13%48.63%-
HSV(B)237.65º58.29%68.63%-
XYZ13.149.8241.76-
YUV86.98177.67118.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=22.46%
G=23.69%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73771750.580.5600.31237.6541.1348.63
Hex494DAF3A3801Fee2931
Octal11111525772700373565161
Binary100100110011011010111111101011100001111111101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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