#496DB9

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

Shades of Mariner #496DB9

Tints of Mariner #496DB9

Color information

#496DB9 (or 0x496DB9) is unknown color: approx Mariner. HEX triplet: 49, 6D and B9. RGB value is (73,109,185). Sum of RGB (Red+Green+Blue) = 73+109+185=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #496DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB9 is #B69246. Grayscale: #6A6A6A. Windows color (decimal): -11964999 or 12152137. OLE color: 12152137.

HSL color Cylindrical-coordinate representation of color #496DB9: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496DB9 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73109185-
CMYK0.610.4100.27
HSL220.71º44.44%50.59%-
HSV(B)220.71º60.54%72.55%-
XYZ16.9715.8648.06-
YUV106.9172.07103.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=19.89%
G=29.70%
B=50.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731091850.610.4100.27220.7144.4450.59
Hex496DB93D2901Bdd2c33
Octal11115527175510333355463
Binary100100111011011011100111110110100101101111011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,109,185); }

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

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

 a { background-color: rgb(73,109,185); }

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

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

 span { border-color: rgb(73,109,185); }

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