#4166AF

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

Shades of Mariner #4166AF

Tints of Mariner #4166AF

Color information

#4166AF (or 0x4166AF) is unknown color: approx Mariner. HEX triplet: 41, 66 and AF. RGB value is (65,102,175). Sum of RGB (Red+Green+Blue) = 65+102+175=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4166AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4166AF is #BE9950. Grayscale: #626262. Windows color (decimal): -12491089 or 11494977. OLE color: 11494977.

HSL color Cylindrical-coordinate representation of color #4166AF: hue angle of 219.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4166AF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65102175-
CMYK0.630.4200.31
HSL219.82º45.83%47.06%-
HSV(B)219.82º62.86%68.63%-
XYZ14.6713.7242.43-
YUV99.26170.74103.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=19.01%
G=29.82%
B=51.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651021750.630.4200.31219.8245.8347.06
Hex4166AF3F2A01Fdc2e2f
Octal10114625777520373345657
Binary100000111001101010111111111110101001111111011100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4166AF; }

 p { color: rgb(65,102,175); }

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

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

 a { background-color: rgb(65,102,175); }

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

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

 span { border-color: rgb(65,102,175); }

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