#416DB1

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

Shades of Mariner #416DB1

Tints of Mariner #416DB1

Color information

#416DB1 (or 0x416DB1) is unknown color: approx Mariner. HEX triplet: 41, 6D and B1. RGB value is (65,109,177). Sum of RGB (Red+Green+Blue) = 65+109+177=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #416DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DB1 is #BE924E. Grayscale: #676767. Windows color (decimal): -12489295 or 11627841. OLE color: 11627841.

HSL color Cylindrical-coordinate representation of color #416DB1: hue angle of 216.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416DB1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65109177-
CMYK0.630.3800.31
HSL216.43º46.28%47.45%-
HSV(B)216.43º63.28%69.41%-
XYZ15.5815.2443.71-
YUV103.6169.42100.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=18.52%
G=31.05%
B=50.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651091770.630.3800.31216.4346.2847.45
Hex416DB13F2601Fd82e2f
Octal10115526177460373305657
Binary100000111011011011000111111110011001111111011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,177); }

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

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

 a { background-color: rgb(65,109,177); }

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

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

 span { border-color: rgb(65,109,177); }

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