#465A92

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

Shades of Mariner #465A92

Tints of Mariner #465A92

Color information

#465A92 (or 0x465A92) is unknown color: approx Mariner. HEX triplet: 46, 5A and 92. RGB value is (70,90,146). Sum of RGB (Red+Green+Blue) = 70+90+146=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #465A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A92 is #B9A56D. Grayscale: #5A5A5A. Windows color (decimal): -12166510 or 9591366. OLE color: 9591366.

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

Color convert

RGB7090146-
CMYK0.520.3800.43
HSL224.21º35.19%42.35%-
HSV(B)224.21º52.05%57.25%-
XYZ11.3710.6928.66-
YUV90.4159.37113.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=22.88%
G=29.41%
B=47.71%

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
Decimal70901460.520.3800.43224.2135.1942.35
Hex465A92342602Be0232a
Octal10613222264460533404352
Binary1000110101101010010010110100100110010101111100000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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