#495D99

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

Shades of Mariner #495D99

Tints of Mariner #495D99

Color information

#495D99 (or 0x495D99) is unknown color: approx Mariner. HEX triplet: 49, 5D and 99. RGB value is (73,93,153). Sum of RGB (Red+Green+Blue) = 73+93+153=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #495D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D99 is #B6A266. Grayscale: #5D5D5D. Windows color (decimal): -11969127 or 10050889. OLE color: 10050889.

HSL color Cylindrical-coordinate representation of color #495D99: hue angle of 225º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495D99 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7393153-
CMYK0.520.3900.4
HSL225º35.4%44.31%-
HSV(B)225º52.29%60%-
XYZ12.4111.5531.71-
YUV93.86161.37113.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=22.88%
G=29.15%
B=47.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73931530.520.3900.422535.444.31
Hex495D993427028e1232c
Octal11113523164470503414354
Binary1001001101110110011001110100100111010100011100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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