#416DB0

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

Shades of Mariner #416DB0

Tints of Mariner #416DB0

Color information

#416DB0 (or 0x416DB0) is unknown color: approx Mariner. HEX triplet: 41, 6D and B0. RGB value is (65,109,176). Sum of RGB (Red+Green+Blue) = 65+109+176=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #416DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DB0 is #BE924F. Grayscale: #676767. Windows color (decimal): -12489296 or 11562305. OLE color: 11562305.

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

Color convert

RGB65109176-
CMYK0.630.3800.31
HSL216.22º46.06%47.25%-
HSV(B)216.22º63.07%69.02%-
XYZ15.4915.243.19-
YUV103.48168.92100.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=18.57%
G=31.14%
B=50.29%

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
Decimal651091760.630.3800.31216.2246.0647.25
Hex416DB03F2601Fd82e2f
Octal10115526077460373305657
Binary100000111011011011000011111110011001111111011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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