#466DB0

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

Shades of Mariner #466DB0

Tints of Mariner #466DB0

Color information

#466DB0 (or 0x466DB0) is unknown color: approx Mariner. HEX triplet: 46, 6D and B0. RGB value is (70,109,176). Sum of RGB (Red+Green+Blue) = 70+109+176=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #466DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DB0 is #B9924F. Grayscale: #686868. Windows color (decimal): -12161616 or 11562310. OLE color: 11562310.

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

Color convert

RGB70109176-
CMYK0.600.3800.31
HSL217.92º43.09%48.24%-
HSV(B)217.92º60.23%69.02%-
XYZ15.8315.3743.21-
YUV104.98168.08103.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 176 (69.14% from 255) = 49.58%
R=19.72%
G=30.70%
B=49.58%

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
Decimal701091760.600.3800.31217.9243.0948.24
Hex466DB03C2601Fda2b30
Octal10615526074460373325360
Binary100011011011011011000011110010011001111111011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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