#466CAB

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

Shades of Mariner #466CAB

Tints of Mariner #466CAB

Color information

#466CAB (or 0x466CAB) is unknown color: approx Mariner. HEX triplet: 46, 6C and AB. RGB value is (70,108,171). Sum of RGB (Red+Green+Blue) = 70+108+171=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #466CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CAB is #B99354. Grayscale: #676767. Windows color (decimal): -12161877 or 11234374. OLE color: 11234374.

HSL color Cylindrical-coordinate representation of color #466CAB: hue angle of 217.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466CAB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70108171-
CMYK0.590.3700.33
HSL217.43º41.91%47.25%-
HSV(B)217.43º59.06%67.06%-
XYZ15.2414.9740.61-
YUV103.82165.91103.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=20.06%
G=30.95%
B=49.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701081710.590.3700.33217.4341.9147.25
Hex466CAB3B25021d92a2f
Octal10615425373450413315257
Binary1000110110110010101011111011100101010000111011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,171); }

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

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

 a { background-color: rgb(70,108,171); }

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

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

 span { border-color: rgb(70,108,171); }

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