#416CAC

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

Shades of Mariner #416CAC

Tints of Mariner #416CAC

Color information

#416CAC (or 0x416CAC) is unknown color: approx Mariner. HEX triplet: 41, 6C and AC. RGB value is (65,108,172). Sum of RGB (Red+Green+Blue) = 65+108+172=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #416CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416CAC is #BE9353. Grayscale: #666666. Windows color (decimal): -12489556 or 11299905. OLE color: 11299905.

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

Color convert

RGB65108172-
CMYK0.620.3700.33
HSL215.89º45.15%46.47%-
HSV(B)215.89º62.21%67.45%-
XYZ14.9914.8341.1-
YUV102.44167.25101.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=18.84%
G=31.30%
B=49.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651081720.620.3700.33215.8945.1546.47
Hex416CAC3E25021d82d2e
Octal10115425476450413305556
Binary1000001110110010101100111110100101010000111011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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