#466194

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

Shades of Mariner #466194

Tints of Mariner #466194

Color information

#466194 (or 0x466194) is unknown color: approx Mariner. HEX triplet: 46, 61 and 94. RGB value is (70,97,148). Sum of RGB (Red+Green+Blue) = 70+97+148=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #466194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466194 is #B99E6B. Grayscale: #5E5E5E. Windows color (decimal): -12164716 or 9724230. OLE color: 9724230.

HSL color Cylindrical-coordinate representation of color #466194: hue angle of 219.23º 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 #466194 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7097148-
CMYK0.530.3400.42
HSL219.23º35.78%42.75%-
HSV(B)219.23º52.7%58.04%-
XYZ12.1511.9929.69-
YUV94.74158.05110.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=22.22%
G=30.79%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70971480.530.3400.42219.2335.7842.75
Hex466194352202Adb242b
Octal10614122465420523334453
Binary1000110110000110010100110101100010010101011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466194; }

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

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

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

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

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

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

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

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