#416EA5

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

Shades of Mariner #416EA5

Tints of Mariner #416EA5

Color information

#416EA5 (or 0x416EA5) is unknown color: approx Mariner. HEX triplet: 41, 6E and A5. RGB value is (65,110,165). Sum of RGB (Red+Green+Blue) = 65+110+165=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #416EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EA5 is #BE915A. Grayscale: #666666. Windows color (decimal): -12489051 or 10841665. OLE color: 10841665.

HSL color Cylindrical-coordinate representation of color #416EA5: hue angle of 213º 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 #416EA5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65110165-
CMYK0.610.3300.35
HSL213º43.48%45.1%-
HSV(B)213º60.61%64.71%-
XYZ14.5514.9937.72-
YUV102.82163.09101.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=19.12%
G=32.35%
B=48.53%

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
Decimal651101650.610.3300.3521343.4845.1
Hex416EA53D21023d52b2d
Octal10115624575410433255355
Binary1000001110111010100101111101100001010001111010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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