#465B9F

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

Shades of Mariner #465B9F

Tints of Mariner #465B9F

Color information

#465B9F (or 0x465B9F) is unknown color: approx Mariner. HEX triplet: 46, 5B and 9F. RGB value is (70,91,159). Sum of RGB (Red+Green+Blue) = 70+91+159=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #465B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B9F is #B9A460. Grayscale: #5C5C5C. Windows color (decimal): -12166241 or 10443590. OLE color: 10443590.

HSL color Cylindrical-coordinate representation of color #465B9F: hue angle of 225.84º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465B9F is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7091159-
CMYK0.560.4300.38
HSL225.84º38.86%44.9%-
HSV(B)225.84º55.97%62.35%-
XYZ12.5211.2934.32-
YUV92.47165.54111.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 159 (62.5% from 255) = 49.69%
R=21.88%
G=28.44%
B=49.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70911590.560.4300.38225.8438.8644.9
Hex465B9F382B026e2272d
Octal10613323770530463424755
Binary1000110101101110011111111000101011010011011100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,159); }

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

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

 a { background-color: rgb(70,91,159); }

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

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

 span { border-color: rgb(70,91,159); }

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