#495EAB

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

Shades of Mariner #495EAB

Tints of Mariner #495EAB

Color information

#495EAB (or 0x495EAB) is unknown color: approx Mariner. HEX triplet: 49, 5E and AB. RGB value is (73,94,171). Sum of RGB (Red+Green+Blue) = 73+94+171=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #495EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EAB is #B6A154. Grayscale: #606060. Windows color (decimal): -11968853 or 11230793. OLE color: 11230793.

HSL color Cylindrical-coordinate representation of color #495EAB: hue angle of 227.14º 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 #495EAB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7394171-
CMYK0.570.4500.33
HSL227.14º40.16%47.84%-
HSV(B)227.14º57.31%67.06%-
XYZ14.112.3640.17-
YUV96.5170.04111.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=21.60%
G=27.81%
B=50.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73941710.570.4500.33227.1440.1647.84
Hex495EAB392D021e32830
Octal11113625371550413435060
Binary1001001101111010101011111001101101010000111100011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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