#496292

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

Shades of Mariner #496292

Tints of Mariner #496292

Color information

#496292 (or 0x496292) is unknown color: approx Mariner. HEX triplet: 49, 62 and 92. RGB value is (73,98,146). Sum of RGB (Red+Green+Blue) = 73+98+146=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #496292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496292 is #B69D6D. Grayscale: #5F5F5F. Windows color (decimal): -11967854 or 9593417. OLE color: 9593417.

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

Color convert

RGB7398146-
CMYK0.50.3300.43
HSL219.45º33.33%42.94%-
HSV(B)219.45º50%57.25%-
XYZ12.312.2328.91-
YUV96156.22111.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=23.03%
G=30.91%
B=46.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73981460.50.3300.43219.4533.3342.94
Hex496292322102Bdb212b
Octal11114222262410533334153
Binary1001001110001010010010110010100001010101111011011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496292; }

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

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

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

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

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

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

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

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