#465C92

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

Shades of Mariner #465C92

Tints of Mariner #465C92

Color information

#465C92 (or 0x465C92) is unknown color: approx Mariner. HEX triplet: 46, 5C and 92. RGB value is (70,92,146). Sum of RGB (Red+Green+Blue) = 70+92+146=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #465C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C92 is #B9A36D. Grayscale: #5B5B5B. Windows color (decimal): -12165998 or 9591878. OLE color: 9591878.

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

Color convert

RGB7092146-
CMYK0.520.3700.43
HSL222.63º35.19%42.35%-
HSV(B)222.63º52.05%57.25%-
XYZ11.5411.0328.72-
YUV91.58158.71112.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=22.73%
G=29.87%
B=47.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70921460.520.3700.43222.6335.1942.35
Hex465C92342502Bdf232a
Octal10613422264450533374352
Binary1000110101110010010010110100100101010101111011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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