#496AB6

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

Shades of Mariner #496AB6

Tints of Mariner #496AB6

Color information

#496AB6 (or 0x496AB6) is unknown color: approx Mariner. HEX triplet: 49, 6A and B6. RGB value is (73,106,182). Sum of RGB (Red+Green+Blue) = 73+106+182=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #496AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496AB6 is #B69549. Grayscale: #686868. Windows color (decimal): -11965770 or 11954761. OLE color: 11954761.

HSL color Cylindrical-coordinate representation of color #496AB6: hue angle of 221.83º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496AB6 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73106182-
CMYK0.600.4200.29
HSL221.83º42.75%50%-
HSV(B)221.83º59.89%71.37%-
XYZ16.3515.146.31-
YUV104.8171.57105.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=20.22%
G=29.36%
B=50.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731061820.600.4200.29221.8342.7550
Hex496AB63C2A01Dde2b32
Octal11115226674520353365362
Binary100100111010101011011011110010101001110111011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496AB6; }

 p { color: rgb(73,106,182); }

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

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

 a { background-color: rgb(73,106,182); }

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

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

 span { border-color: rgb(73,106,182); }

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