#4162AB

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

Shades of Mariner #4162AB

Tints of Mariner #4162AB

Color information

#4162AB (or 0x4162AB) is unknown color: approx Mariner. HEX triplet: 41, 62 and AB. RGB value is (65,98,171). Sum of RGB (Red+Green+Blue) = 65+98+171=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #4162AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4162AB is #BE9D54. Grayscale: #606060. Windows color (decimal): -12492117 or 11231809. OLE color: 11231809.

HSL color Cylindrical-coordinate representation of color #4162AB: hue angle of 221.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4162AB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6598171-
CMYK0.620.4300.33
HSL221.32º44.92%46.27%-
HSV(B)221.32º61.99%67.06%-
XYZ13.912.840.27-
YUV96.46170.07105.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=19.46%
G=29.34%
B=51.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65981710.620.4300.33221.3244.9246.27
Hex4162AB3E2B021dd2d2e
Octal10114225376530413355556
Binary1000001110001010101011111110101011010000111011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4162AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4162AB; }

 p { color: rgb(65,98,171); }

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

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

 a { background-color: rgb(65,98,171); }

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

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

 span { border-color: rgb(65,98,171); }

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