#416DA2

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

Shades of Mariner #416DA2

Tints of Mariner #416DA2

Color information

#416DA2 (or 0x416DA2) is unknown color: approx Mariner. HEX triplet: 41, 6D and A2. RGB value is (65,109,162). Sum of RGB (Red+Green+Blue) = 65+109+162=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #416DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DA2 is #BE925D. Grayscale: #656565. Windows color (decimal): -12489310 or 10644801. OLE color: 10644801.

HSL color Cylindrical-coordinate representation of color #416DA2: hue angle of 212.78º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #416DA2 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65109162-
CMYK0.600.3300.36
HSL212.78º42.73%44.51%-
HSV(B)212.78º59.88%63.53%-
XYZ14.1714.6736.27-
YUV101.89161.92101.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 162 (63.67% from 255) = 48.21%
R=19.35%
G=32.44%
B=48.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651091620.600.3300.36212.7842.7344.51
Hex416DA23C21024d52b2d
Octal10115524274410443255355
Binary1000001110110110100010111100100001010010011010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,162); }

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

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

 a { background-color: rgb(65,109,162); }

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

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

 span { border-color: rgb(65,109,162); }

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