#466492

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

Shades of Mariner #466492

Tints of Mariner #466492

Color information

#466492 (or 0x466492) is unknown color: approx Mariner. HEX triplet: 46, 64 and 92. RGB value is (70,100,146). Sum of RGB (Red+Green+Blue) = 70+100+146=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #466492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466492 is #B99B6D. Grayscale: #606060. Windows color (decimal): -12163950 or 9593926. OLE color: 9593926.

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

Color convert

RGB70100146-
CMYK0.520.3200.43
HSL216.32º35.19%42.35%-
HSV(B)216.32º52.05%57.25%-
XYZ12.2712.4928.96-
YUV96.27156.06109.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=22.15%
G=31.65%
B=46.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701001460.520.3200.43216.3235.1942.35
Hex466492342002Bd8232a
Octal10614422264400533304352
Binary1000110110010010010010110100100000010101111011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466492; }

 p { color: rgb(70,100,146); }

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

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

 a { background-color: rgb(70,100,146); }

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

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

 span { border-color: rgb(70,100,146); }

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