#495DAB

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

Shades of Mariner #495DAB

Tints of Mariner #495DAB

Color information

#495DAB (or 0x495DAB) is unknown color: approx Mariner. HEX triplet: 49, 5D and AB. RGB value is (73,93,171). Sum of RGB (Red+Green+Blue) = 73+93+171=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #495DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAB is #B6A254. Grayscale: #5F5F5F. Windows color (decimal): -11969109 or 11230537. OLE color: 11230537.

HSL color Cylindrical-coordinate representation of color #495DAB: hue angle of 227.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495DAB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7393171-
CMYK0.570.4600.33
HSL227.76º40.16%47.84%-
HSV(B)227.76º57.31%67.06%-
XYZ14.0112.1940.14-
YUV95.91170.37111.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=21.66%
G=27.60%
B=50.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73931710.570.4600.33227.7640.1647.84
Hex495DAB392E021e42830
Octal11113525371560413445060
Binary1001001101110110101011111001101110010000111100100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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