#416EAB

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

Shades of Mariner #416EAB

Tints of Mariner #416EAB

Color information

#416EAB (or 0x416EAB) is unknown color: approx Mariner. HEX triplet: 41, 6E and AB. RGB value is (65,110,171). Sum of RGB (Red+Green+Blue) = 65+110+171=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #416EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EAB is #BE9154. Grayscale: #676767. Windows color (decimal): -12489045 or 11234881. OLE color: 11234881.

HSL color Cylindrical-coordinate representation of color #416EAB: hue angle of 214.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416EAB is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65110171-
CMYK0.620.3600.33
HSL214.53º44.92%46.27%-
HSV(B)214.53º61.99%67.06%-
XYZ15.1115.2240.67-
YUV103.5166.09100.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=18.79%
G=31.79%
B=49.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651101710.620.3600.33214.5344.9246.27
Hex416EAB3E24021d72d2e
Octal10115625376440413275556
Binary1000001110111010101011111110100100010000111010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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