#495C90

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

Shades of Mariner #495C90

Tints of Mariner #495C90

Color information

#495C90 (or 0x495C90) is unknown color: approx Mariner. HEX triplet: 49, 5C and 90. RGB value is (73,92,144). Sum of RGB (Red+Green+Blue) = 73+92+144=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #495C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C90 is #B6A36F. Grayscale: #5C5C5C. Windows color (decimal): -11969392 or 9460809. OLE color: 9460809.

HSL color Cylindrical-coordinate representation of color #495C90: hue angle of 223.94º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495C90 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7392144-
CMYK0.490.3600.44
HSL223.94º32.72%42.55%-
HSV(B)223.94º49.31%56.47%-
XYZ11.6111.0827.91-
YUV92.25157.21114.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=23.62%
G=29.77%
B=46.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73921440.490.3600.44223.9432.7242.55
Hex495C90312402Ce0212b
Octal11113422061440543404153
Binary1001001101110010010000110001100100010110011100000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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