#496290

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

Shades of Mariner #496290

Tints of Mariner #496290

Color information

#496290 (or 0x496290) is unknown color: approx Mariner. HEX triplet: 49, 62 and 90. RGB value is (73,98,144). Sum of RGB (Red+Green+Blue) = 73+98+144=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #496290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496290 is #B69D6F. Grayscale: #5F5F5F. Windows color (decimal): -11967856 or 9462345. OLE color: 9462345.

HSL color Cylindrical-coordinate representation of color #496290: hue angle of 218.87º 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 #496290 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7398144-
CMYK0.490.3200.44
HSL218.87º32.72%42.55%-
HSV(B)218.87º49.31%56.47%-
XYZ12.1512.1728.09-
YUV95.77155.22111.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=23.17%
G=31.11%
B=45.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73981440.490.3200.44218.8732.7242.55
Hex496290312002Cdb212b
Octal11114222061400543334153
Binary1001001110001010010000110001100000010110011011011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496290; }

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

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

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

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

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

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

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

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