#465B93

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

Shades of Mariner #465B93

Tints of Mariner #465B93

Color information

#465B93 (or 0x465B93) is unknown color: approx Mariner. HEX triplet: 46, 5B and 93. RGB value is (70,91,147). Sum of RGB (Red+Green+Blue) = 70+91+147=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #465B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B93 is #B9A46C. Grayscale: #5A5A5A. Windows color (decimal): -12166253 or 9657158. OLE color: 9657158.

HSL color Cylindrical-coordinate representation of color #465B93: hue angle of 223.64º 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 #465B93 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7091147-
CMYK0.520.3800.42
HSL223.64º35.48%42.55%-
HSV(B)223.64º52.38%57.65%-
XYZ11.5310.8929.1-
YUV91.1159.54112.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=22.73%
G=29.55%
B=47.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70911470.520.3800.42223.6435.4842.55
Hex465B93342602Ae0232b
Octal10613322364460523404353
Binary1000110101101110010011110100100110010101011100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B93; }

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

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

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

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

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

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

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

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