#465C9A

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

Shades of Mariner #465C9A

Tints of Mariner #465C9A

Color information

#465C9A (or 0x465C9A) is unknown color: approx Mariner. HEX triplet: 46, 5C and 9A. RGB value is (70,92,154). Sum of RGB (Red+Green+Blue) = 70+92+154=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #465C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C9A is #B9A365. Grayscale: #5C5C5C. Windows color (decimal): -12165990 or 10116166. OLE color: 10116166.

HSL color Cylindrical-coordinate representation of color #465C9A: hue angle of 224.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465C9A is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7092154-
CMYK0.550.4000.40
HSL224.29º37.5%43.92%-
HSV(B)224.29º54.55%60.39%-
XYZ12.1911.2932.11-
YUV92.49162.71111.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=22.15%
G=29.11%
B=48.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70921540.550.4000.40224.2937.543.92
Hex465C9A3728028e0252c
Octal10613423267500503404554
Binary1000110101110010011010110111101000010100011100000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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