#466DAE

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

Shades of Mariner #466DAE

Tints of Mariner #466DAE

Color information

#466DAE (or 0x466DAE) is unknown color: approx Mariner. HEX triplet: 46, 6D and AE. RGB value is (70,109,174). Sum of RGB (Red+Green+Blue) = 70+109+174=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #466DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAE is #B99251. Grayscale: #686868. Windows color (decimal): -12161618 or 11431238. OLE color: 11431238.

HSL color Cylindrical-coordinate representation of color #466DAE: hue angle of 217.5º 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 #466DAE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70109174-
CMYK0.600.3700.32
HSL217.5º42.62%47.84%-
HSV(B)217.5º59.77%68.24%-
XYZ15.6315.342.17-
YUV104.75167.08103.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=19.83%
G=30.88%
B=49.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701091740.600.3700.32217.542.6247.84
Hex466DAE3C25020da2b30
Octal10615525674450403325360
Binary1000110110110110101110111100100101010000011011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466DAE; }

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

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

<style>
 a { background-color: #466DAE; }

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

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

<style>
 span { border-color: #466DAE; }

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

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