#496392

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

Shades of Mariner #496392

Tints of Mariner #496392

Color information

#496392 (or 0x496392) is unknown color: approx Mariner. HEX triplet: 49, 63 and 92. RGB value is (73,99,146). Sum of RGB (Red+Green+Blue) = 73+99+146=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #496392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496392 is #B69C6D. Grayscale: #606060. Windows color (decimal): -11967598 or 9593673. OLE color: 9593673.

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

Color convert

RGB7399146-
CMYK0.50.3200.43
HSL218.63º33.33%42.94%-
HSV(B)218.63º50%57.25%-
XYZ12.412.4228.94-
YUV96.58155.89111.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=22.96%
G=31.13%
B=45.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73991460.50.3200.43218.6333.3342.94
Hex496392322002Bdb212b
Octal11114322262400533334153
Binary1001001110001110010010110010100000010101111011011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496392; }

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

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

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

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

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

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

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

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