#495D93

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

Shades of Mariner #495D93

Tints of Mariner #495D93

Color information

#495D93 (or 0x495D93) is unknown color: approx Mariner. HEX triplet: 49, 5D and 93. RGB value is (73,93,147). Sum of RGB (Red+Green+Blue) = 73+93+147=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #495D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D93 is #B6A26C. Grayscale: #5C5C5C. Windows color (decimal): -11969133 or 9657673. OLE color: 9657673.

HSL color Cylindrical-coordinate representation of color #495D93: hue angle of 223.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495D93 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7393147-
CMYK0.500.3700.42
HSL223.78º33.64%43.14%-
HSV(B)223.78º50.34%57.65%-
XYZ11.9311.3529.17-
YUV93.18158.37113.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=23.32%
G=29.71%
B=46.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73931470.500.3700.42223.7833.6443.14
Hex495D93322502Ae0222b
Octal11113522362450523404253
Binary1001001101110110010011110010100101010101011100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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