#4160AE

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

Shades of Mariner #4160AE

Tints of Mariner #4160AE

Color information

#4160AE (or 0x4160AE) is unknown color: approx Mariner. HEX triplet: 41, 60 and AE. RGB value is (65,96,174). Sum of RGB (Red+Green+Blue) = 65+96+174=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #4160AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4160AE is #BE9F51. Grayscale: #5F5F5F. Windows color (decimal): -12492626 or 11427905. OLE color: 11427905.

HSL color Cylindrical-coordinate representation of color #4160AE: hue angle of 222.94º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4160AE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6596174-
CMYK0.630.4500.32
HSL222.94º45.61%46.86%-
HSV(B)222.94º62.64%68.24%-
XYZ1412.5541.73-
YUV95.62172.23106.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=19.40%
G=28.66%
B=51.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65961740.630.4500.32222.9445.6146.86
Hex4160AE3F2D020df2e2f
Octal10114025677550403375657
Binary1000001110000010101110111111101101010000011011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4160AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4160AE; }

 p { color: rgb(65,96,174); }

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

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

 a { background-color: rgb(65,96,174); }

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

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

 span { border-color: rgb(65,96,174); }

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