#495F9B

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

Shades of Mariner #495F9B

Tints of Mariner #495F9B

Color information

#495F9B (or 0x495F9B) is unknown color: approx Mariner. HEX triplet: 49, 5F and 9B. RGB value is (73,95,155). Sum of RGB (Red+Green+Blue) = 73+95+155=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #495F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F9B is #B6A064. Grayscale: #5E5E5E. Windows color (decimal): -11968613 or 10182473. OLE color: 10182473.

HSL color Cylindrical-coordinate representation of color #495F9B: hue angle of 223.9º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495F9B is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7395155-
CMYK0.530.3900.39
HSL223.9º35.96%44.71%-
HSV(B)223.9º52.9%60.78%-
XYZ12.7611.9732.65-
YUV95.26161.71112.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=22.60%
G=29.41%
B=47.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73951550.530.3900.39223.935.9644.71
Hex495F9B3527027e0242d
Octal11113723365470473404455
Binary1001001101111110011011110101100111010011111100000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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