#466195

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

Shades of Mariner #466195

Tints of Mariner #466195

Color information

#466195 (or 0x466195) is unknown color: approx Mariner. HEX triplet: 46, 61 and 95. RGB value is (70,97,149). Sum of RGB (Red+Green+Blue) = 70+97+149=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #466195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466195 is #B99E6A. Grayscale: #5E5E5E. Windows color (decimal): -12164715 or 9789766. OLE color: 9789766.

HSL color Cylindrical-coordinate representation of color #466195: hue angle of 219.49º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466195 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7097149-
CMYK0.530.3500.42
HSL219.49º36.07%42.94%-
HSV(B)219.49º53.02%58.43%-
XYZ12.2312.0230.11-
YUV94.86158.55110.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=22.15%
G=30.70%
B=47.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70971490.530.3500.42219.4936.0742.94
Hex466195352302Adb242b
Octal10614122565430523334453
Binary1000110110000110010101110101100011010101011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466195; }

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

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

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

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

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

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

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

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