#466293

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

Shades of Mariner #466293

Tints of Mariner #466293

Color information

#466293 (or 0x466293) is unknown color: approx Mariner. HEX triplet: 46, 62 and 93. RGB value is (70,98,147). Sum of RGB (Red+Green+Blue) = 70+98+147=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #466293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466293 is #B99D6C. Grayscale: #5E5E5E. Windows color (decimal): -12164461 or 9658950. OLE color: 9658950.

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

Color convert

RGB7098147-
CMYK0.520.3300.42
HSL218.18º35.48%42.55%-
HSV(B)218.18º52.38%57.65%-
XYZ12.1612.1429.31-
YUV95.21157.22110.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=22.22%
G=31.11%
B=46.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70981470.520.3300.42218.1835.4842.55
Hex466293342102Ada232b
Octal10614222364410523324353
Binary1000110110001010010011110100100001010101011011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466293; }

 p { color: rgb(70,98,147); }

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

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

 a { background-color: rgb(70,98,147); }

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

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

 span { border-color: rgb(70,98,147); }

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