#495E95

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

Shades of Mariner #495E95

Tints of Mariner #495E95

Color information

#495E95 (or 0x495E95) is unknown color: approx Mariner. HEX triplet: 49, 5E and 95. RGB value is (73,94,149). Sum of RGB (Red+Green+Blue) = 73+94+149=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #495E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E95 is #B6A16A. Grayscale: #5D5D5D. Windows color (decimal): -11968875 or 9789001. OLE color: 9789001.

HSL color Cylindrical-coordinate representation of color #495E95: hue angle of 223.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495E95 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7394149-
CMYK0.510.3700.42
HSL223.42º34.23%43.53%-
HSV(B)223.42º51.01%58.43%-
XYZ12.1811.5930.03-
YUV93.99159.04113.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=23.10%
G=29.75%
B=47.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73941490.510.3700.42223.4234.2343.53
Hex495E95332502Adf222c
Octal11113622563450523374254
Binary1001001101111010010101110011100101010101011011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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