#495D8E

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

Shades of Mariner #495D8E

Tints of Mariner #495D8E

Color information

#495D8E (or 0x495D8E) is unknown color: approx Mariner. HEX triplet: 49, 5D and 8E. RGB value is (73,93,142). Sum of RGB (Red+Green+Blue) = 73+93+142=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #495D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D8E is #B6A271. Grayscale: #5C5C5C. Windows color (decimal): -11969138 or 9329993. OLE color: 9329993.

HSL color Cylindrical-coordinate representation of color #495D8E: hue angle of 222.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495D8E is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7393142-
CMYK0.490.3500.44
HSL222.61º32.09%42.16%-
HSV(B)222.61º48.59%55.69%-
XYZ11.5411.227.14-
YUV92.61155.87114.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=23.70%
G=30.19%
B=46.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73931420.490.3500.44222.6132.0942.16
Hex495D8E312302Cdf202a
Octal11113521661430543374052
Binary1001001101110110001110110001100011010110011011111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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