#496390

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

Shades of Mariner #496390

Tints of Mariner #496390

Color information

#496390 (or 0x496390) is unknown color: approx Mariner. HEX triplet: 49, 63 and 90. RGB value is (73,99,144). Sum of RGB (Red+Green+Blue) = 73+99+144=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #496390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496390 is #B69C6F. Grayscale: #606060. Windows color (decimal): -11967600 or 9462601. OLE color: 9462601.

HSL color Cylindrical-coordinate representation of color #496390: hue angle of 218.03º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496390 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7399144-
CMYK0.490.3100.44
HSL218.03º32.72%42.55%-
HSV(B)218.03º49.31%56.47%-
XYZ12.2412.3528.12-
YUV96.36154.89111.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=23.10%
G=31.33%
B=45.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73991440.490.3100.44218.0332.7242.55
Hex496390311F02Cda212b
Octal11114322061370543324153
Binary100100111000111001000011000111111010110011011010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496390; }

 p { color: rgb(73,99,144); }

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

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

 a { background-color: rgb(73,99,144); }

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

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

 span { border-color: rgb(73,99,144); }

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