#46599E

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

Shades of Mariner #46599E

Tints of Mariner #46599E

Color information

#46599E (or 0x46599E) is unknown color: approx Mariner. HEX triplet: 46, 59 and 9E. RGB value is (70,89,158). Sum of RGB (Red+Green+Blue) = 70+89+158=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #46599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46599E is #B9A661. Grayscale: #5A5A5A. Windows color (decimal): -12166754 or 10377542. OLE color: 10377542.

HSL color Cylindrical-coordinate representation of color #46599E: hue angle of 227.05º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46599E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7089158-
CMYK0.560.4400.38
HSL227.05º38.6%44.71%-
HSV(B)227.05º55.7%61.96%-
XYZ12.2710.9233.81-
YUV91.18165.71112.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=22.08%
G=28.08%
B=49.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70891580.560.4400.38227.0538.644.71
Hex46599E382C026e3272d
Octal10613123670540463434755
Binary1000110101100110011110111000101100010011011100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46599E; }

 p { color: rgb(70,89,158); }

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

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

 a { background-color: rgb(70,89,158); }

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

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

 span { border-color: rgb(70,89,158); }

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