#496192

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

Shades of Mariner #496192

Tints of Mariner #496192

Color information

#496192 (or 0x496192) is unknown color: approx Mariner. HEX triplet: 49, 61 and 92. RGB value is (73,97,146). Sum of RGB (Red+Green+Blue) = 73+97+146=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #496192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496192 is #B69E6D. Grayscale: #5F5F5F. Windows color (decimal): -11968110 or 9593161. OLE color: 9593161.

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

Color convert

RGB7397146-
CMYK0.50.3400.43
HSL220.27º33.33%42.94%-
HSV(B)220.27º50%57.25%-
XYZ12.2112.0428.87-
YUV95.41156.55112.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=23.10%
G=30.70%
B=46.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73971460.50.3400.43220.2733.3342.94
Hex496192322202Bdc212b
Octal11114122262420533344153
Binary1001001110000110010010110010100010010101111011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496192; }

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

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

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

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

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

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

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

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