#495DAD

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

Shades of Mariner #495DAD

Tints of Mariner #495DAD

Color information

#495DAD (or 0x495DAD) is unknown color: approx Mariner. HEX triplet: 49, 5D and AD. RGB value is (73,93,173). Sum of RGB (Red+Green+Blue) = 73+93+173=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #495DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAD is #B6A252. Grayscale: #5F5F5F. Windows color (decimal): -11969107 or 11361609. OLE color: 11361609.

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

Color convert

RGB7393173-
CMYK0.580.4600.32
HSL228º40.65%48.24%-
HSV(B)228º57.8%67.84%-
XYZ14.212.2641.15-
YUV96.14171.37111.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=21.53%
G=27.43%
B=51.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73931730.580.4600.3222840.6548.24
Hex495DAD3A2E020e42930
Octal11113525572560403445160
Binary1001001101110110101101111010101110010000011100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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