#465B92

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

Shades of Mariner #465B92

Tints of Mariner #465B92

Color information

#465B92 (or 0x465B92) is unknown color: approx Mariner. HEX triplet: 46, 5B and 92. RGB value is (70,91,146). Sum of RGB (Red+Green+Blue) = 70+91+146=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #465B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B92 is #B9A46D. Grayscale: #5A5A5A. Windows color (decimal): -12166254 or 9591622. OLE color: 9591622.

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

Color convert

RGB7091146-
CMYK0.520.3800.43
HSL223.42º35.19%42.35%-
HSV(B)223.42º52.05%57.25%-
XYZ11.4610.8628.69-
YUV90.99159.04113.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=22.80%
G=29.64%
B=47.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70911460.520.3800.43223.4235.1942.35
Hex465B92342602Bdf232a
Octal10613322264460533374352
Binary1000110101101110010010110100100110010101111011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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