#416FB1

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

Shades of Mariner #416FB1

Tints of Mariner #416FB1

Color information

#416FB1 (or 0x416FB1) is unknown color: approx Mariner. HEX triplet: 41, 6F and B1. RGB value is (65,111,177). Sum of RGB (Red+Green+Blue) = 65+111+177=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #416FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FB1 is #BE904E. Grayscale: #686868. Windows color (decimal): -12488783 or 11628353. OLE color: 11628353.

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

Color convert

RGB65111177-
CMYK0.630.3700.31
HSL215.36º46.28%47.45%-
HSV(B)215.36º63.28%69.41%-
XYZ15.815.6743.79-
YUV104.77168.7699.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=18.41%
G=31.44%
B=50.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651111770.630.3700.31215.3646.2847.45
Hex416FB13F2501Fd72e2f
Octal10115726177450373275657
Binary100000111011111011000111111110010101111111010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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