Html Css Color HEX #416EA6 Mariner

📋 copy color: '#416EA6'

red 65 ◦ green 110 ◦ blue 166

#416EA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #416EA6

Tints of Mariner #416EA6

RGB

 RED value IS 65 (25.78% from 255) = 19.06%

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 166 (65.23% from 255) = 48.68%

R = 19.06%
G = 32.26%
B = 48.68%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#416EA6 (or 0x416EA6) is known color: Mariner. HEX triplet: 41, 6E and A6. RGB value is (65,110,166). Sum of RGB (Red+Green+Blue) = 65+110+166=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #416EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EA6 is #BE9159. Grayscale: #666666. Windows color (decimal): -12489050 or 10907201. OLE color: 10907201.

HSL color Cylindrical-coordinate representation of color #416EA6: hue angle of 213.27º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416EA6 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 110 166 -
CMYK 0.61 0.34 0 0.35
HSL 213.27º 0.44% 0.45% -
HSV(B) 213.27º 0.61% 0.65% -
XYZ 14.64 15.03 38.21 -
YUV 102.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 65 110 166 0.61 0.34 0 0.35 213.27 0.44 0.45
Hex 41 6E A6 3D 22 0 23 D5 2C 2D
Octal 101 156 246 75 42 0 43 325 54 55
Binary 1000001 1101110 10100110 111101 100010 0 100011 11010101 101100 101101

Color Harmonies of #416EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EA6

Black with #416EA6

Text Example


Text Example

White with #416EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,110,166); }

 H1.HeaderClassName
 {
   color: #416EA6;
 }
 .AnyTagClassName
 {
   color: #416EA6;
 }
</style>

background-color css

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

 a { background-color: rgb(65,110,166); }

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

border-color css

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

 span { border-color: rgb(65,110,166); }

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