#496495

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

Shades of Mariner #496495

Tints of Mariner #496495

Color information

#496495 (or 0x496495) is unknown color: approx Mariner. HEX triplet: 49, 64 and 95. RGB value is (73,100,149). Sum of RGB (Red+Green+Blue) = 73+100+149=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #496495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496495 is #B69B6A. Grayscale: #616161. Windows color (decimal): -11967339 or 9790537. OLE color: 9790537.

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

Color convert

RGB73100149-
CMYK0.510.3300.42
HSL218.68º34.23%43.53%-
HSV(B)218.68º51.01%58.43%-
XYZ12.7312.730.21-
YUV97.51157.05110.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=22.67%
G=31.06%
B=46.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731001490.510.3300.42218.6834.2343.53
Hex496495332102Adb222c
Octal11114422563410523334254
Binary1001001110010010010101110011100001010101011011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496495; }

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

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

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

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

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

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

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

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