#495FA2

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

Shades of Mariner #495FA2

Tints of Mariner #495FA2

Color information

#495FA2 (or 0x495FA2) is unknown color: approx Mariner. HEX triplet: 49, 5F and A2. RGB value is (73,95,162). Sum of RGB (Red+Green+Blue) = 73+95+162=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #495FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FA2 is #B6A05D. Grayscale: #5F5F5F. Windows color (decimal): -11968606 or 10641225. OLE color: 10641225.

HSL color Cylindrical-coordinate representation of color #495FA2: hue angle of 225.17º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495FA2 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7395162-
CMYK0.550.4100.36
HSL225.17º37.87%46.08%-
HSV(B)225.17º54.94%63.53%-
XYZ13.3612.2135.83-
YUV96.06165.21111.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=22.12%
G=28.79%
B=49.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73951620.550.4100.36225.1737.8746.08
Hex495FA23729024e1262e
Octal11113724267510443414656
Binary1001001101111110100010110111101001010010011100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,162); }

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

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

 a { background-color: rgb(73,95,162); }

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

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

 span { border-color: rgb(73,95,162); }

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