#46589D

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

Shades of Mariner #46589D

Tints of Mariner #46589D

Color information

#46589D (or 0x46589D) is unknown color: approx Mariner. HEX triplet: 46, 58 and 9D. RGB value is (70,88,157). Sum of RGB (Red+Green+Blue) = 70+88+157=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #46589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46589D is #B9A762. Grayscale: #5A5A5A. Windows color (decimal): -12167011 or 10311750. OLE color: 10311750.

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

Color convert

RGB7088157-
CMYK0.550.4400.38
HSL227.59º38.33%44.51%-
HSV(B)227.59º55.41%61.57%-
XYZ12.110.7233.33-
YUV90.48165.54113.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=22.22%
G=27.94%
B=49.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70881570.550.4400.38227.5938.3344.51
Hex46589D372C026e4262d
Octal10613023567540463444655
Binary1000110101100010011101110111101100010011011100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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