#416591

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

Shades of Mariner #416591

Tints of Mariner #416591

Color information

#416591 (or 0x416591) is unknown color: approx Mariner. HEX triplet: 41, 65 and 91. RGB value is (65,101,145). Sum of RGB (Red+Green+Blue) = 65+101+145=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #416591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416591 is #BE9A6E. Grayscale: #5F5F5F. Windows color (decimal): -12491375 or 9528641. OLE color: 9528641.

HSL color Cylindrical-coordinate representation of color #416591: hue angle of 213º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416591 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65101145-
CMYK0.550.3000.43
HSL213º38.1%41.18%-
HSV(B)213º55.17%56.86%-
XYZ11.9412.4828.57-
YUV95.25156.07106.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=20.90%
G=32.48%
B=46.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651011450.550.3000.4321338.141.18
Hex416591371E02Bd52629
Octal10114522167360533254651
Binary100000111001011001000111011111110010101111010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416591; }

 p { color: rgb(65,101,145); }

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

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

 a { background-color: rgb(65,101,145); }

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

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

 span { border-color: rgb(65,101,145); }

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