#466097

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

Shades of Mariner #466097

Tints of Mariner #466097

Color information

#466097 (or 0x466097) is unknown color: approx Mariner. HEX triplet: 46, 60 and 97. RGB value is (70,96,151). Sum of RGB (Red+Green+Blue) = 70+96+151=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #466097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466097 is #B99F68. Grayscale: #5E5E5E. Windows color (decimal): -12164969 or 9920582. OLE color: 9920582.

HSL color Cylindrical-coordinate representation of color #466097: hue angle of 220.74º 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 #466097 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7096151-
CMYK0.540.3600.41
HSL220.74º36.65%43.33%-
HSV(B)220.74º53.64%59.22%-
XYZ12.2911.930.93-
YUV94.5159.89110.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=22.08%
G=30.28%
B=47.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70961510.540.3600.41220.7436.6543.33
Hex4660973624029dd252b
Octal10614022766440513354553
Binary1000110110000010010111110110100100010100111011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466097; }

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

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

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

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

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

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

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

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