Html Css Color HEX #416DA6 Mariner

📋 copy color: '#416DA6'

red 65 ◦ green 109 ◦ blue 166

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

Shades of Mariner #416DA6

Tints of Mariner #416DA6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

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

R = 19.12%
G = 32.06%
B = 48.82%

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

#416DA6 (or 0x416DA6) is known color: Mariner. HEX triplet: 41, 6D and A6. RGB value is (65,109,166). Sum of RGB (Red+Green+Blue) = 65+109+166=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #416DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DA6 is #BE9259. Grayscale: #666666. Windows color (decimal): -12489306 or 10906945. OLE color: 10906945.

HSL color Cylindrical-coordinate representation of color #416DA6: hue angle of 213.86º 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 #416DA6 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 109 166 -
CMYK 0.61 0.34 0 0.35
HSL 213.86º 0.44% 0.45% -
HSV(B) 213.86º 0.61% 0.65% -
XYZ 14.53 14.81 38.17 -
YUV 102.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 65 109 166 0.61 0.34 0 0.35 213.86 0.44 0.45
Hex 41 6D A6 3D 22 0 23 D6 2C 2D
Octal 101 155 246 75 42 0 43 326 54 55
Binary 1000001 1101101 10100110 111101 100010 0 100011 11010110 101100 101101

Color Harmonies of #416DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DA6

Black with #416DA6

Text Example


Text Example

White with #416DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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