#496395

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

Shades of Mariner #496395

Tints of Mariner #496395

Color information

#496395 (or 0x496395) is unknown color: approx Mariner. HEX triplet: 49, 63 and 95. RGB value is (73,99,149). Sum of RGB (Red+Green+Blue) = 73+99+149=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #496395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496395 is #B69C6A. Grayscale: #606060. Windows color (decimal): -11967595 or 9790281. OLE color: 9790281.

HSL color Cylindrical-coordinate representation of color #496395: hue angle of 219.47º 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 #496395 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7399149-
CMYK0.510.3400.42
HSL219.47º34.23%43.53%-
HSV(B)219.47º51.01%58.43%-
XYZ12.6312.5130.18-
YUV96.93157.39110.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=22.74%
G=30.84%
B=46.42%

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
Decimal73991490.510.3400.42219.4734.2343.53
Hex496395332202Adb222c
Octal11114322563420523334254
Binary1001001110001110010101110011100010010101011011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496395; }

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

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

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

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

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

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

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

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