#416B9B

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

Shades of Mariner #416B9B

Tints of Mariner #416B9B

Color information

#416B9B (or 0x416B9B) is unknown color: approx Mariner. HEX triplet: 41, 6B and 9B. RGB value is (65,107,155). Sum of RGB (Red+Green+Blue) = 65+107+155=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #416B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416B9B is #BE9464. Grayscale: #636363. Windows color (decimal): -12489829 or 10185537. OLE color: 10185537.

HSL color Cylindrical-coordinate representation of color #416B9B: hue angle of 212º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416B9B is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65107155-
CMYK0.580.3100.39
HSL212º40.91%43.14%-
HSV(B)212º58.06%60.78%-
XYZ13.3514.0133.01-
YUV99.91159.09103.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=19.88%
G=32.72%
B=47.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651071550.580.3100.3921240.9143.14
Hex416B9B3A1F027d4292b
Octal10115323372370473245153
Binary100000111010111001101111101011111010011111010100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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