#416AAF

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

Shades of Mariner #416AAF

Tints of Mariner #416AAF

Color information

#416AAF (or 0x416AAF) is unknown color: approx Mariner. HEX triplet: 41, 6A and AF. RGB value is (65,106,175). Sum of RGB (Red+Green+Blue) = 65+106+175=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #416AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AAF is #BE9550. Grayscale: #656565. Windows color (decimal): -12490065 or 11496001. OLE color: 11496001.

HSL color Cylindrical-coordinate representation of color #416AAF: hue angle of 217.64º 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 #416AAF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65106175-
CMYK0.630.3900.31
HSL217.64º45.83%47.06%-
HSV(B)217.64º62.86%68.63%-
XYZ15.0714.5342.57-
YUV101.61169.42101.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=18.79%
G=30.64%
B=50.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651061750.630.3900.31217.6445.8347.06
Hex416AAF3F2701Fda2e2f
Octal10115225777470373325657
Binary100000111010101010111111111110011101111111011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416AAF; }

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

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

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

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

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

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

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

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