#495D92

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

Shades of Mariner #495D92

Tints of Mariner #495D92

Color information

#495D92 (or 0x495D92) is unknown color: approx Mariner. HEX triplet: 49, 5D and 92. RGB value is (73,93,146). Sum of RGB (Red+Green+Blue) = 73+93+146=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #495D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D92 is #B6A26D. Grayscale: #5C5C5C. Windows color (decimal): -11969134 or 9592137. OLE color: 9592137.

HSL color Cylindrical-coordinate representation of color #495D92: hue angle of 223.56º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495D92 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7393146-
CMYK0.50.3600.43
HSL223.56º33.33%42.94%-
HSV(B)223.56º50%57.25%-
XYZ11.8511.3228.75-
YUV93.06157.87113.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=23.40%
G=29.81%
B=46.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73931460.50.3600.43223.5633.3342.94
Hex495D92322402Be0212b
Octal11113522262440533404153
Binary1001001101110110010010110010100100010101111100000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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