#495DAE

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

Shades of Mariner #495DAE

Tints of Mariner #495DAE

Color information

#495DAE (or 0x495DAE) is unknown color: approx Mariner. HEX triplet: 49, 5D and AE. RGB value is (73,93,174). Sum of RGB (Red+Green+Blue) = 73+93+174=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #495DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAE is #B6A251. Grayscale: #5F5F5F. Windows color (decimal): -11969106 or 11427145. OLE color: 11427145.

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

Color convert

RGB7393174-
CMYK0.580.4700.32
HSL228.12º40.89%48.43%-
HSV(B)228.12º58.05%68.24%-
XYZ14.312.341.66-
YUV96.25171.87111.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=21.47%
G=27.35%
B=51.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73931740.580.4700.32228.1240.8948.43
Hex495DAE3A2F020e42930
Octal11113525672570403445160
Binary1001001101110110101110111010101111010000011100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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