#46589E

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

Shades of Mariner #46589E

Tints of Mariner #46589E

Color information

#46589E (or 0x46589E) is unknown color: approx Mariner. HEX triplet: 46, 58 and 9E. RGB value is (70,88,158). Sum of RGB (Red+Green+Blue) = 70+88+158=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #46589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46589E is #B9A761. Grayscale: #5A5A5A. Windows color (decimal): -12167010 or 10377286. OLE color: 10377286.

HSL color Cylindrical-coordinate representation of color #46589E: hue angle of 227.73º 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 #46589E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7088158-
CMYK0.560.4400.38
HSL227.73º38.6%44.71%-
HSV(B)227.73º55.7%61.96%-
XYZ12.1910.7533.78-
YUV90.6166.04113.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 158 (62.11% from 255) = 50%
R=22.15%
G=27.85%
B=50%

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
Decimal70881580.560.4400.38227.7338.644.71
Hex46589E382C026e4272d
Octal10613023670540463444755
Binary1000110101100010011110111000101100010011011100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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