#465FB2

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

Shades of Mariner #465FB2

Tints of Mariner #465FB2

Color information

#465FB2 (or 0x465FB2) is unknown color: approx Mariner. HEX triplet: 46, 5F and B2. RGB value is (70,95,178). Sum of RGB (Red+Green+Blue) = 70+95+178=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #465FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FB2 is #B9A04D. Grayscale: #606060. Windows color (decimal): -12165198 or 11689798. OLE color: 11689798.

HSL color Cylindrical-coordinate representation of color #465FB2: hue angle of 226.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465FB2 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7095178-
CMYK0.610.4700.30
HSL226.11º43.55%48.63%-
HSV(B)226.11º60.67%69.8%-
XYZ14.6512.743.8-
YUV96.99173.72108.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 178 (69.92% from 255) = 51.90%
R=20.41%
G=27.70%
B=51.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70951780.610.4700.30226.1143.5548.63
Hex465FB23D2F01Ee22c31
Octal10613726275570363425461
Binary100011010111111011001011110110111101111011100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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