#465993

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

Shades of Mariner #465993

Tints of Mariner #465993

Color information

#465993 (or 0x465993) is unknown color: approx Mariner. HEX triplet: 46, 59 and 93. RGB value is (70,89,147). Sum of RGB (Red+Green+Blue) = 70+89+147=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #465993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465993 is #B9A66C. Grayscale: #595959. Windows color (decimal): -12166765 or 9656646. OLE color: 9656646.

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

Color convert

RGB7089147-
CMYK0.520.3900.42
HSL225.19º35.48%42.55%-
HSV(B)225.19º52.38%57.65%-
XYZ11.3610.5529.04-
YUV89.93160.21113.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=22.88%
G=29.08%
B=48.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70891470.520.3900.42225.1935.4842.55
Hex465993342702Ae1232b
Octal10613122364470523414353
Binary1000110101100110010011110100100111010101011100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465993; }

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

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

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

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

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

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

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

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