#465bae

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

Shades of Mariner #465BAE

Tints of Mariner #465BAE

Color information

#465BAE (or 0x465BAE) is unknown color: approx Mariner. HEX triplet: 46, 5B and AE. RGB value is (70,91,174). Sum of RGB (Red+Green+Blue) = 70+91+174=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #465BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BAE is #B9A451. Grayscale: #5D5D5D. Windows color (decimal): -12166226 or 11426630. OLE color: 11426630.

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

Color convert

RGB7091174-
CMYK0.600.4800.32
HSL227.88º42.62%47.84%-
HSV(B)227.88º59.77%68.24%-
XYZ13.9111.8441.6-
YUV94.18173.04110.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=20.90%
G=27.16%
B=51.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70911740.600.4800.32227.8842.6247.84
Hex465BAE3C30020e42b30
Octal10613325674600403445360
Binary1000110101101110101110111100110000010000011100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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