#416FAF

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

Shades of Mariner #416FAF

Tints of Mariner #416FAF

Color information

#416FAF (or 0x416FAF) is unknown color: approx Mariner. HEX triplet: 41, 6F and AF. RGB value is (65,111,175). Sum of RGB (Red+Green+Blue) = 65+111+175=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #416FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FAF is #BE9050. Grayscale: #686868. Windows color (decimal): -12488785 or 11497281. OLE color: 11497281.

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

Color convert

RGB65111175-
CMYK0.630.3700.31
HSL214.91º45.83%47.06%-
HSV(B)214.91º62.86%68.63%-
XYZ15.615.5942.74-
YUV104.54167.7699.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=18.52%
G=31.62%
B=49.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651111750.630.3700.31214.9145.8347.06
Hex416FAF3F2501Fd72e2f
Octal10115725777450373275657
Binary100000111011111010111111111110010101111111010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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