#466597

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

Shades of Mariner #466597

Tints of Mariner #466597

Color information

#466597 (or 0x466597) is unknown color: approx Mariner. HEX triplet: 46, 65 and 97. RGB value is (70,101,151). Sum of RGB (Red+Green+Blue) = 70+101+151=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #466597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466597 is #B99A68. Grayscale: #616161. Windows color (decimal): -12163689 or 9921862. OLE color: 9921862.

HSL color Cylindrical-coordinate representation of color #466597: hue angle of 217.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466597 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70101151-
CMYK0.540.3300.41
HSL217.04º36.65%43.33%-
HSV(B)217.04º53.64%59.22%-
XYZ12.7712.8431.08-
YUV97.43158.23108.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=21.74%
G=31.37%
B=46.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701011510.540.3300.41217.0436.6543.33
Hex4665973621029d9252b
Octal10614522766410513314553
Binary1000110110010110010111110110100001010100111011001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466597; }

 p { color: rgb(70,101,151); }

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

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

 a { background-color: rgb(70,101,151); }

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

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

 span { border-color: rgb(70,101,151); }

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