#416390

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

Shades of Mariner #416390

Tints of Mariner #416390

Color information

#416390 (or 0x416390) is unknown color: approx Mariner. HEX triplet: 41, 63 and 90. RGB value is (65,99,144). Sum of RGB (Red+Green+Blue) = 65+99+144=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #416390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416390 is #BE9C6F. Grayscale: #5D5D5D. Windows color (decimal): -12491888 or 9462593. OLE color: 9462593.

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

Color convert

RGB6599144-
CMYK0.550.3100.44
HSL214.18º37.8%40.98%-
HSV(B)214.18º54.86%56.47%-
XYZ11.6812.0628.1-
YUV93.96156.24107.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=21.10%
G=32.14%
B=46.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65991440.550.3100.44214.1837.840.98
Hex416390371F02Cd62629
Octal10114322067370543264651
Binary100000111000111001000011011111111010110011010110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416390; }

 p { color: rgb(65,99,144); }

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

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

 a { background-color: rgb(65,99,144); }

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

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

 span { border-color: rgb(65,99,144); }

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