#465FA7

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

Shades of Mariner #465FA7

Tints of Mariner #465FA7

Color information

#465FA7 (or 0x465FA7) is unknown color: approx Mariner. HEX triplet: 46, 5F and A7. RGB value is (70,95,167). Sum of RGB (Red+Green+Blue) = 70+95+167=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #465FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FA7 is #B9A058. Grayscale: #5F5F5F. Windows color (decimal): -12165209 or 10968902. OLE color: 10968902.

HSL color Cylindrical-coordinate representation of color #465FA7: hue angle of 224.54º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465FA7 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7095167-
CMYK0.580.4300.35
HSL224.54º40.93%46.47%-
HSV(B)224.54º58.08%65.49%-
XYZ13.5912.2838.21-
YUV95.73168.22109.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=21.08%
G=28.61%
B=50.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70951670.580.4300.35224.5440.9346.47
Hex465FA73A2B023e1292e
Octal10613724772530433415156
Binary1000110101111110100111111010101011010001111100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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