#496599

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

Shades of Mariner #496599

Tints of Mariner #496599

Color information

#496599 (or 0x496599) is unknown color: approx Mariner. HEX triplet: 49, 65 and 99. RGB value is (73,101,153). Sum of RGB (Red+Green+Blue) = 73+101+153=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #496599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496599 is #B69A66. Grayscale: #626262. Windows color (decimal): -11967079 or 10052937. OLE color: 10052937.

HSL color Cylindrical-coordinate representation of color #496599: hue angle of 219º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496599 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73101153-
CMYK0.520.3400.4
HSL219º35.4%44.31%-
HSV(B)219º52.29%60%-
XYZ13.1513.0231.96-
YUV98.56158.72109.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=22.32%
G=30.89%
B=46.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731011530.520.3400.421935.444.31
Hex4965993422028db232c
Octal11114523164420503334354
Binary1001001110010110011001110100100010010100011011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496599; }

 p { color: rgb(73,101,153); }

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

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

 a { background-color: rgb(73,101,153); }

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

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

 span { border-color: rgb(73,101,153); }

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