#465EB1

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

Shades of Mariner #465EB1

Tints of Mariner #465EB1

Color information

#465EB1 (or 0x465EB1) is unknown color: approx Mariner. HEX triplet: 46, 5E and B1. RGB value is (70,94,177). Sum of RGB (Red+Green+Blue) = 70+94+177=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #465EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EB1 is #B9A14E. Grayscale: #5F5F5F. Windows color (decimal): -12165455 or 11624006. OLE color: 11624006.

HSL color Cylindrical-coordinate representation of color #465EB1: hue angle of 226.54º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465EB1 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7094177-
CMYK0.600.4700.31
HSL226.54º43.32%48.43%-
HSV(B)226.54º60.45%69.41%-
XYZ14.4612.4843.24-
YUV96.29173.55109.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=20.53%
G=27.57%
B=51.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70941770.600.4700.31226.5443.3248.43
Hex465EB13C2F01Fe32b30
Octal10613626174570373435360
Binary100011010111101011000111110010111101111111100011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,94,177); }

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

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

 a { background-color: rgb(70,94,177); }

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

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

 span { border-color: rgb(70,94,177); }

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