#466190

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

Shades of Mariner #466190

Tints of Mariner #466190

Color information

#466190 (or 0x466190) is unknown color: approx Mariner. HEX triplet: 46, 61 and 90. RGB value is (70,97,144). Sum of RGB (Red+Green+Blue) = 70+97+144=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #466190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466190 is #B99E6F. Grayscale: #5E5E5E. Windows color (decimal): -12164720 or 9462086. OLE color: 9462086.

HSL color Cylindrical-coordinate representation of color #466190: hue angle of 218.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466190 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7097144-
CMYK0.510.3300.44
HSL218.11º34.58%41.96%-
HSV(B)218.11º51.39%56.47%-
XYZ11.8311.8728.05-
YUV94.28156.05110.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=22.51%
G=31.19%
B=46.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70971440.510.3300.44218.1134.5841.96
Hex466190332102Cda232a
Octal10614122063410543324352
Binary1000110110000110010000110011100001010110011011010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466190; }

 p { color: rgb(70,97,144); }

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

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

 a { background-color: rgb(70,97,144); }

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

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

 span { border-color: rgb(70,97,144); }

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