#466DAF

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

Shades of Mariner #466DAF

Tints of Mariner #466DAF

Color information

#466DAF (or 0x466DAF) is unknown color: approx Mariner. HEX triplet: 46, 6D and AF. RGB value is (70,109,175). Sum of RGB (Red+Green+Blue) = 70+109+175=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #466DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAF is #B99250. Grayscale: #686868. Windows color (decimal): -12161617 or 11496774. OLE color: 11496774.

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

Color convert

RGB70109175-
CMYK0.600.3800.31
HSL217.71º42.86%48.04%-
HSV(B)217.71º60%68.63%-
XYZ15.7315.3342.69-
YUV104.86167.58103.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=19.77%
G=30.79%
B=49.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701091750.600.3800.31217.7142.8648.04
Hex466DAF3C2601Fda2b30
Octal10615525774460373325360
Binary100011011011011010111111110010011001111111011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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