#496AAE

Color #496AAE Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #496AAE

Tints of Mariner #496AAE

Color information

#496AAE (or 0x496AAE) is unknown color: approx Mariner. HEX triplet: 49, 6A and AE. RGB value is (73,106,174). Sum of RGB (Red+Green+Blue) = 73+106+174=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #496AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496AAE is #B69551. Grayscale: #676767. Windows color (decimal): -11965778 or 11430473. OLE color: 11430473.

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

Color convert

RGB73106174-
CMYK0.580.3900.32
HSL220.4º40.89%48.43%-
HSV(B)220.4º58.05%68.24%-
XYZ15.5414.7842.08-
YUV103.88167.57105.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=20.68%
G=30.03%
B=49.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731061740.580.3900.32220.440.8948.43
Hex496AAE3A27020dc2930
Octal11115225672470403345160
Binary1001001110101010101110111010100111010000011011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496AAE; }

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

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

<style>
 a { background-color: #496AAE; }

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

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

<style>
 span { border-color: #496AAE; }

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

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