#465F97

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

Shades of Mariner #465F97

Tints of Mariner #465F97

Color information

#465F97 (or 0x465F97) is unknown color: approx Mariner. HEX triplet: 46, 5F and 97. RGB value is (70,95,151). Sum of RGB (Red+Green+Blue) = 70+95+151=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #465F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F97 is #B9A068. Grayscale: #5D5D5D. Windows color (decimal): -12165225 or 9920326. OLE color: 9920326.

HSL color Cylindrical-coordinate representation of color #465F97: hue angle of 221.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465F97 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7095151-
CMYK0.540.3700.41
HSL221.48º36.65%43.33%-
HSV(B)221.48º53.64%59.22%-
XYZ12.211.7230.9-
YUV93.91160.22110.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=22.15%
G=30.06%
B=47.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70951510.540.3700.41221.4836.6543.33
Hex465F973625029dd252b
Octal10613722766450513354553
Binary1000110101111110010111110110100101010100111011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,95,151); }

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

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

 a { background-color: rgb(70,95,151); }

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

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

 span { border-color: rgb(70,95,151); }

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