Html Css Color HEX #416FA6 Mariner

📋 copy color: '#416FA6'

red 65 ◦ green 111 ◦ blue 166

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

Shades of Mariner #416FA6

Tints of Mariner #416FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 19.01%
G = 32.46%
B = 48.54%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#416FA6 (or 0x416FA6) is known color: Mariner. HEX triplet: 41, 6F and A6. RGB value is (65,111,166). Sum of RGB (Red+Green+Blue) = 65+111+166=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #416FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416FA6 is #BE9059. Grayscale: #676767. Windows color (decimal): -12488794 or 10907457. OLE color: 10907457.

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

Color convert

RGB 65 111 166 -
CMYK 0.61 0.33 0 0.35
HSL 212.67º 0.44% 0.45% -
HSV(B) 212.67º 0.61% 0.65% -
XYZ 14.75 15.25 38.24 -
YUV 103.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 65 111 166 0.61 0.33 0 0.35 212.67 0.44 0.45
Hex 41 6F A6 3D 21 0 23 D5 2C 2D
Octal 101 157 246 75 41 0 43 325 54 55
Binary 1000001 1101111 10100110 111101 100001 0 100011 11010101 101100 101101

Color Harmonies of #416FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FA6

Black with #416FA6

Text Example


Text Example

White with #416FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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