#495B92

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

Shades of Mariner #495B92

Tints of Mariner #495B92

Color information

#495B92 (or 0x495B92) is unknown color: approx Mariner. HEX triplet: 49, 5B and 92. RGB value is (73,91,146). Sum of RGB (Red+Green+Blue) = 73+91+146=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #495B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B92 is #B6A46D. Grayscale: #5B5B5B. Windows color (decimal): -11969646 or 9591625. OLE color: 9591625.

HSL color Cylindrical-coordinate representation of color #495B92: hue angle of 225.21º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495B92 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7391146-
CMYK0.50.3800.43
HSL225.21º33.33%42.94%-
HSV(B)225.21º50%57.25%-
XYZ11.6810.9728.7-
YUV91.89158.54114.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=23.55%
G=29.35%
B=47.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73911460.50.3800.43225.2133.3342.94
Hex495B92322602Be1212b
Octal11113322262460533414153
Binary1001001101101110010010110010100110010101111100001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,146); }

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

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

 a { background-color: rgb(73,91,146); }

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

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

 span { border-color: rgb(73,91,146); }

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