#496299

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

Shades of Mariner #496299

Tints of Mariner #496299

Color information

#496299 (or 0x496299) is unknown color: approx Mariner. HEX triplet: 49, 62 and 99. RGB value is (73,98,153). Sum of RGB (Red+Green+Blue) = 73+98+153=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #496299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496299 is #B69D66. Grayscale: #606060. Windows color (decimal): -11967847 or 10052169. OLE color: 10052169.

HSL color Cylindrical-coordinate representation of color #496299: hue angle of 221.25º 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 #496299 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7398153-
CMYK0.520.3600.4
HSL221.25º35.4%44.31%-
HSV(B)221.25º52.29%60%-
XYZ12.8712.4531.86-
YUV96.79159.72111.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=22.53%
G=30.25%
B=47.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73981530.520.3600.4221.2535.444.31
Hex4962993424028dd232c
Octal11114223164440503354354
Binary1001001110001010011001110100100100010100011011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496299; }

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

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

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

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

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

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

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

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