#496295

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

Shades of Mariner #496295

Tints of Mariner #496295

Color information

#496295 (or 0x496295) is unknown color: approx Mariner. HEX triplet: 49, 62 and 95. RGB value is (73,98,149). Sum of RGB (Red+Green+Blue) = 73+98+149=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #496295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496295 is #B69D6A. Grayscale: #606060. Windows color (decimal): -11967851 or 9790025. OLE color: 9790025.

HSL color Cylindrical-coordinate representation of color #496295: hue angle of 220.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496295 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7398149-
CMYK0.510.3400.42
HSL220.26º34.23%43.53%-
HSV(B)220.26º51.01%58.43%-
XYZ12.5412.3230.15-
YUV96.34157.72111.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=22.81%
G=30.62%
B=46.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73981490.510.3400.42220.2634.2343.53
Hex496295332202Adc222c
Octal11114222563420523344254
Binary1001001110001010010101110011100010010101011011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496295; }

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

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

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

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

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

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

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

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