#416C99

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

Shades of Mariner #416C99

Tints of Mariner #416C99

Color information

#416C99 (or 0x416C99) is unknown color: approx Mariner. HEX triplet: 41, 6C and 99. RGB value is (65,108,153). Sum of RGB (Red+Green+Blue) = 65+108+153=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #416C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C99 is #BE9366. Grayscale: #646464. Windows color (decimal): -12489575 or 10054721. OLE color: 10054721.

HSL color Cylindrical-coordinate representation of color #416C99: hue angle of 210.68º 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 #416C99 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB65108153-
CMYK0.580.2900.4
HSL210.68º40.37%42.75%-
HSV(B)210.68º57.52%60%-
XYZ13.2914.1532.17-
YUV100.27157.75102.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=19.94%
G=33.13%
B=46.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651081530.580.2900.4210.6840.3742.75
Hex416C993A1D028d3282b
Octal10115423172350503235053
Binary100000111011001001100111101011101010100011010011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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