#496099

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

Shades of Mariner #496099

Tints of Mariner #496099

Color information

#496099 (or 0x496099) is unknown color: approx Mariner. HEX triplet: 49, 60 and 99. RGB value is (73,96,153). Sum of RGB (Red+Green+Blue) = 73+96+153=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #496099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496099 is #B69F66. Grayscale: #5F5F5F. Windows color (decimal): -11968359 or 10051657. OLE color: 10051657.

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

Color convert

RGB7396153-
CMYK0.520.3700.4
HSL222.75º35.4%44.31%-
HSV(B)222.75º52.29%60%-
XYZ12.6812.0831.8-
YUV95.62160.38111.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=22.67%
G=29.81%
B=47.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73961530.520.3700.4222.7535.444.31
Hex4960993425028df232c
Octal11114023164450503374354
Binary1001001110000010011001110100100101010100011011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496099; }

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

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

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

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

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

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

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

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