#466295

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

Shades of Mariner #466295

Tints of Mariner #466295

Color information

#466295 (or 0x466295) is unknown color: approx Mariner. HEX triplet: 46, 62 and 95. RGB value is (70,98,149). Sum of RGB (Red+Green+Blue) = 70+98+149=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #466295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466295 is #B99D6A. Grayscale: #5F5F5F. Windows color (decimal): -12164459 or 9790022. OLE color: 9790022.

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

Color convert

RGB7098149-
CMYK0.530.3400.42
HSL218.73º36.07%42.94%-
HSV(B)218.73º53.02%58.43%-
XYZ12.3212.2130.14-
YUV95.44158.22109.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=22.08%
G=30.91%
B=47.00%

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
Decimal70981490.530.3400.42218.7336.0742.94
Hex466295352202Adb242b
Octal10614222565420523334453
Binary1000110110001010010101110101100010010101011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466295; }

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

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

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

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

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

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

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

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