#466BA5

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

Shades of Mariner #466BA5

Tints of Mariner #466BA5

Color information

#466BA5 (or 0x466BA5) is unknown color: approx Mariner. HEX triplet: 46, 6B and A5. RGB value is (70,107,165). Sum of RGB (Red+Green+Blue) = 70+107+165=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #466BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BA5 is #B9945A. Grayscale: #666666. Windows color (decimal): -12162139 or 10840902. OLE color: 10840902.

HSL color Cylindrical-coordinate representation of color #466BA5: hue angle of 216.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466BA5 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70107165-
CMYK0.580.3500.35
HSL216.63º40.43%46.08%-
HSV(B)216.63º57.58%64.71%-
XYZ14.5814.5337.63-
YUV102.55163.24104.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 165 (64.84% from 255) = 48.25%
R=20.47%
G=31.29%
B=48.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701071650.580.3500.35216.6340.4346.08
Hex466BA53A23023d9282e
Octal10615324572430433315056
Binary1000110110101110100101111010100011010001111011001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,165); }

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

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

 a { background-color: rgb(70,107,165); }

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

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

 span { border-color: rgb(70,107,165); }

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