#495ea3

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

Shades of Mariner #495EA3

Tints of Mariner #495EA3

Color information

#495EA3 (or 0x495EA3) is unknown color: approx Mariner. HEX triplet: 49, 5E and A3. RGB value is (73,94,163). Sum of RGB (Red+Green+Blue) = 73+94+163=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #495EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EA3 is #B6A15C. Grayscale: #5F5F5F. Windows color (decimal): -11968861 or 10706505. OLE color: 10706505.

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

Color convert

RGB7394163-
CMYK0.550.4200.36
HSL226º38.14%46.27%-
HSV(B)226º55.21%63.92%-
XYZ13.3612.0736.28-
YUV95.59166.04111.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 163 (64.06% from 255) = 49.39%
R=22.12%
G=28.48%
B=49.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73941630.550.4200.3622638.1446.27
Hex495EA3372A024e2262e
Octal11113624367520443424656
Binary1001001101111010100011110111101010010010011100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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