#416399

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

Shades of Mariner #416399

Tints of Mariner #416399

Color information

#416399 (or 0x416399) is unknown color: approx Mariner. HEX triplet: 41, 63 and 99. RGB value is (65,99,153). Sum of RGB (Red+Green+Blue) = 65+99+153=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #416399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416399 is #BE9C66. Grayscale: #5E5E5E. Windows color (decimal): -12491879 or 10052417. OLE color: 10052417.

HSL color Cylindrical-coordinate representation of color #416399: hue angle of 216.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416399 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6599153-
CMYK0.580.3500.4
HSL216.82º40.37%42.75%-
HSV(B)216.82º57.52%60%-
XYZ12.3912.3531.87-
YUV94.99160.74106.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=20.50%
G=31.23%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65991530.580.3500.4216.8240.3742.75
Hex4163993A23028d9282b
Octal10114323172430503315053
Binary1000001110001110011001111010100011010100011011001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416399; }

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

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

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

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

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

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

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

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