#496093

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

Shades of Mariner #496093

Tints of Mariner #496093

Color information

#496093 (or 0x496093) is unknown color: approx Mariner. HEX triplet: 49, 60 and 93. RGB value is (73,96,147). Sum of RGB (Red+Green+Blue) = 73+96+147=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #496093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496093 is #B69F6C. Grayscale: #5E5E5E. Windows color (decimal): -11968365 or 9658441. OLE color: 9658441.

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

Color convert

RGB7396147-
CMYK0.500.3500.42
HSL221.35º33.64%43.14%-
HSV(B)221.35º50.34%57.65%-
XYZ12.211.8929.26-
YUV94.94157.38112.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=23.10%
G=30.38%
B=46.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73961470.500.3500.42221.3533.6443.14
Hex496093322302Add222b
Octal11114022362430523354253
Binary1001001110000010010011110010100011010101011011101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496093; }

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

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

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

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

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

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

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

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