#416CAB

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

Shades of Mariner #416CAB

Tints of Mariner #416CAB

Color information

#416CAB (or 0x416CAB) is unknown color: approx Mariner. HEX triplet: 41, 6C and AB. RGB value is (65,108,171). Sum of RGB (Red+Green+Blue) = 65+108+171=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #416CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416CAB is #BE9354. Grayscale: #666666. Windows color (decimal): -12489557 or 11234369. OLE color: 11234369.

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

Color convert

RGB65108171-
CMYK0.620.3700.33
HSL215.66º44.92%46.27%-
HSV(B)215.66º61.99%67.06%-
XYZ14.8914.7940.6-
YUV102.32166.75101.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=18.90%
G=31.40%
B=49.71%

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
Decimal651081710.620.3700.33215.6644.9246.27
Hex416CAB3E25021d82d2e
Octal10115425376450413305556
Binary1000001110110010101011111110100101010000111011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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