#466DB5

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

Shades of Mariner #466DB5

Tints of Mariner #466DB5

Color information

#466DB5 (or 0x466DB5) is unknown color: approx Mariner. HEX triplet: 46, 6D and B5. RGB value is (70,109,181). Sum of RGB (Red+Green+Blue) = 70+109+181=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #466DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DB5 is #B9924A. Grayscale: #696969. Windows color (decimal): -12161611 or 11889990. OLE color: 11889990.

HSL color Cylindrical-coordinate representation of color #466DB5: hue angle of 218.92º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466DB5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70109181-
CMYK0.610.4000.29
HSL218.92º44.22%49.22%-
HSV(B)218.92º61.33%70.98%-
XYZ16.3315.5845.86-
YUV105.55170.58102.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 181 (71.09% from 255) = 50.28%
R=19.44%
G=30.28%
B=50.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701091810.610.4000.29218.9244.2249.22
Hex466DB53D2801Ddb2c31
Octal10615526575500353335461
Binary100011011011011011010111110110100001110111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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