#466CB0

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

Shades of Mariner #466CB0

Tints of Mariner #466CB0

Color information

#466CB0 (or 0x466CB0) is unknown color: approx Mariner. HEX triplet: 46, 6C and B0. RGB value is (70,108,176). Sum of RGB (Red+Green+Blue) = 70+108+176=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #466CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CB0 is #B9934F. Grayscale: #686868. Windows color (decimal): -12161872 or 11562054. OLE color: 11562054.

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

Color convert

RGB70108176-
CMYK0.600.3900.31
HSL218.49º43.09%48.24%-
HSV(B)218.49º60.23%69.02%-
XYZ15.7215.1643.17-
YUV104.39168.41103.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=19.77%
G=30.51%
B=49.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701081760.600.3900.31218.4943.0948.24
Hex466CB03C2701Fda2b30
Octal10615426074470373325360
Binary100011011011001011000011110010011101111111011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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