#495C92

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

Shades of Mariner #495C92

Tints of Mariner #495C92

Color information

#495C92 (or 0x495C92) is unknown color: approx Mariner. HEX triplet: 49, 5C and 92. RGB value is (73,92,146). Sum of RGB (Red+Green+Blue) = 73+92+146=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #495C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C92 is #B6A36D. Grayscale: #5C5C5C. Windows color (decimal): -11969390 or 9591881. OLE color: 9591881.

HSL color Cylindrical-coordinate representation of color #495C92: hue angle of 224.38º 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 #495C92 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7392146-
CMYK0.50.3700.43
HSL224.38º33.33%42.94%-
HSV(B)224.38º50%57.25%-
XYZ11.7611.1528.73-
YUV92.48158.21114.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=23.47%
G=29.58%
B=46.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73921460.50.3700.43224.3833.3342.94
Hex495C92322502Be0212b
Octal11113422262450533404153
Binary1001001101110010010010110010100101010101111100000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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