#416FA5

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

Shades of Mariner #416FA5

Tints of Mariner #416FA5

Color information

#416FA5 (or 0x416FA5) is unknown color: approx Mariner. HEX triplet: 41, 6F and A5. RGB value is (65,111,165). Sum of RGB (Red+Green+Blue) = 65+111+165=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #416FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FA5 is #BE905A. Grayscale: #676767. Windows color (decimal): -12488795 or 10841921. OLE color: 10841921.

HSL color Cylindrical-coordinate representation of color #416FA5: hue angle of 212.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416FA5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65111165-
CMYK0.610.3300.35
HSL212.4º43.48%45.1%-
HSV(B)212.4º60.61%64.71%-
XYZ14.6615.2137.76-
YUV103.4162.76100.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 165 (64.84% from 255) = 48.39%
R=19.06%
G=32.55%
B=48.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651111650.610.3300.35212.443.4845.1
Hex416FA53D21023d42b2d
Octal10115724575410433245355
Binary1000001110111110100101111101100001010001111010100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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