#495D9D

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

Shades of Mariner #495D9D

Tints of Mariner #495D9D

Color information

#495D9D (or 0x495D9D) is unknown color: approx Mariner. HEX triplet: 49, 5D and 9D. RGB value is (73,93,157). Sum of RGB (Red+Green+Blue) = 73+93+157=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #495D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D9D is #B6A262. Grayscale: #5E5E5E. Windows color (decimal): -11969123 or 10313033. OLE color: 10313033.

HSL color Cylindrical-coordinate representation of color #495D9D: hue angle of 225.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495D9D is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7393157-
CMYK0.540.4100.38
HSL225.71º36.52%45.1%-
HSV(B)225.71º53.5%61.57%-
XYZ12.7511.6833.48-
YUV94.32163.37112.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=22.60%
G=28.79%
B=48.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73931570.540.4100.38225.7136.5245.1
Hex495D9D3629026e2252d
Octal11113523566510463424555
Binary1001001101110110011101110110101001010011011100010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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