#416AAC

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

Shades of Mariner #416AAC

Tints of Mariner #416AAC

Color information

#416AAC (or 0x416AAC) is unknown color: approx Mariner. HEX triplet: 41, 6A and AC. RGB value is (65,106,172). Sum of RGB (Red+Green+Blue) = 65+106+172=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #416AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AAC is #BE9553. Grayscale: #646464. Windows color (decimal): -12490068 or 11299393. OLE color: 11299393.

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

Color convert

RGB65106172-
CMYK0.620.3800.33
HSL217.01º45.15%46.47%-
HSV(B)217.01º62.21%67.45%-
XYZ14.7814.4141.03-
YUV101.26167.92102.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=18.95%
G=30.90%
B=50.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651061720.620.3800.33217.0145.1546.47
Hex416AAC3E26021d92d2e
Octal10115225476460413315556
Binary1000001110101010101100111110100110010000111011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,172); }

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

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

 a { background-color: rgb(65,106,172); }

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

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

 span { border-color: rgb(65,106,172); }

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