#496496

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

Shades of Mariner #496496

Tints of Mariner #496496

Color information

#496496 (or 0x496496) is unknown color: approx Mariner. HEX triplet: 49, 64 and 96. RGB value is (73,100,150). Sum of RGB (Red+Green+Blue) = 73+100+150=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #496496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496496 is #B69B69. Grayscale: #616161. Windows color (decimal): -11967338 or 9856073. OLE color: 9856073.

HSL color Cylindrical-coordinate representation of color #496496: hue angle of 218.96º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496496 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73100150-
CMYK0.510.3300.41
HSL218.96º34.53%43.73%-
HSV(B)218.96º51.33%58.82%-
XYZ12.8112.7330.64-
YUV97.63157.55110.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=22.60%
G=30.96%
B=46.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731001500.510.3300.41218.9634.5343.73
Hex4964963321029db232c
Octal11114422663410513334354
Binary1001001110010010010110110011100001010100111011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496496; }

 p { color: rgb(73,100,150); }

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

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

 a { background-color: rgb(73,100,150); }

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

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

 span { border-color: rgb(73,100,150); }

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