#416B9D

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

Shades of Mariner #416B9D

Tints of Mariner #416B9D

Color information

#416B9D (or 0x416B9D) is unknown color: approx Mariner. HEX triplet: 41, 6B and 9D. RGB value is (65,107,157). Sum of RGB (Red+Green+Blue) = 65+107+157=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #416B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416B9D is #BE9462. Grayscale: #636363. Windows color (decimal): -12489827 or 10316609. OLE color: 10316609.

HSL color Cylindrical-coordinate representation of color #416B9D: hue angle of 212.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #416B9D is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65107157-
CMYK0.590.3200.38
HSL212.61º41.44%43.53%-
HSV(B)212.61º58.6%61.57%-
XYZ13.5214.0733.9-
YUV100.14160.09102.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=19.76%
G=32.52%
B=47.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651071570.590.3200.38212.6141.4443.53
Hex416B9D3B20026d5292c
Octal10115323573400463255154
Binary1000001110101110011101111011100000010011011010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,107,157); }

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

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

 a { background-color: rgb(65,107,157); }

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

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

 span { border-color: rgb(65,107,157); }

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