#495B95

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

Shades of Mariner #495B95

Tints of Mariner #495B95

Color information

#495B95 (or 0x495B95) is unknown color: approx Mariner. HEX triplet: 49, 5B and 95. RGB value is (73,91,149). Sum of RGB (Red+Green+Blue) = 73+91+149=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #495B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B95 is #B6A46A. Grayscale: #5B5B5B. Windows color (decimal): -11969643 or 9788233. OLE color: 9788233.

HSL color Cylindrical-coordinate representation of color #495B95: hue angle of 225.79º 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 #495B95 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7391149-
CMYK0.510.3900.42
HSL225.79º34.23%43.53%-
HSV(B)225.79º51.01%58.43%-
XYZ11.9111.0729.94-
YUV92.23160.04114.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=23.32%
G=29.07%
B=47.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73911490.510.3900.42225.7934.2343.53
Hex495B95332702Ae2222c
Octal11113322563470523424254
Binary1001001101101110010101110011100111010101011100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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