#416CA9

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

Shades of Mariner #416CA9

Tints of Mariner #416CA9

Color information

#416CA9 (or 0x416CA9) is unknown color: approx Mariner. HEX triplet: 41, 6C and A9. RGB value is (65,108,169). Sum of RGB (Red+Green+Blue) = 65+108+169=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #416CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416CA9 is #BE9356. Grayscale: #656565. Windows color (decimal): -12489559 or 11103297. OLE color: 11103297.

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

Color convert

RGB65108169-
CMYK0.620.3600.34
HSL215.19º44.44%45.88%-
HSV(B)215.19º61.54%66.27%-
XYZ14.714.7139.6-
YUV102.1165.75101.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 169 (66.41% from 255) = 49.42%
R=19.01%
G=31.58%
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.34
SystemRedGreenBlueCMYKHSL
Decimal651081690.620.3600.34215.1944.4445.88
Hex416CA93E24022d72c2e
Octal10115425176440423275456
Binary1000001110110010101001111110100100010001011010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,108,169); }

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

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

 a { background-color: rgb(65,108,169); }

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

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

 span { border-color: rgb(65,108,169); }

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