#496190

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

Shades of Mariner #496190

Tints of Mariner #496190

Color information

#496190 (or 0x496190) is unknown color: approx Mariner. HEX triplet: 49, 61 and 90. RGB value is (73,97,144). Sum of RGB (Red+Green+Blue) = 73+97+144=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #496190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496190 is #B69E6F. Grayscale: #5E5E5E. Windows color (decimal): -11968112 or 9462089. OLE color: 9462089.

HSL color Cylindrical-coordinate representation of color #496190: hue angle of 219.72º 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 #496190 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7397144-
CMYK0.490.3300.44
HSL219.72º32.72%42.55%-
HSV(B)219.72º49.31%56.47%-
XYZ12.0611.9828.06-
YUV95.18155.55112.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=23.25%
G=30.89%
B=45.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73971440.490.3300.44219.7232.7242.55
Hex496190312102Cdc212b
Octal11114122061410543344153
Binary1001001110000110010000110001100001010110011011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496190; }

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

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

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

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

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

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

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

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