Html Css Color HEX #416EAA Mariner

📋 copy color: '#416EAA'

red 65 ◦ green 110 ◦ blue 170

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

Shades of Mariner #416EAA

Tints of Mariner #416EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 18.84%
G = 31.88%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416EAA (or 0x416EAA) is known color: Mariner. HEX triplet: 41, 6E and AA. RGB value is (65,110,170). Sum of RGB (Red+Green+Blue) = 65+110+170=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #416EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EAA is #BE9155. Grayscale: #676767. Windows color (decimal): -12489046 or 11169345. OLE color: 11169345.

HSL color Cylindrical-coordinate representation of color #416EAA: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416EAA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 110 170 -
CMYK 0.62 0.35 0 0.33
HSL 214.29º 0.45% 0.46% -
HSV(B) 214.29º 0.62% 0.67% -
XYZ 15.01 15.18 40.17 -
YUV 103.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 65 110 170 0.62 0.35 0 0.33 214.29 0.45 0.46
Hex 41 6E AA 3E 23 0 21 D6 2D 2E
Octal 101 156 252 76 43 0 41 326 55 56
Binary 1000001 1101110 10101010 111110 100011 0 100001 11010110 101101 101110

Color Harmonies of #416EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EAA

Black with #416EAA

Text Example


Text Example

White with #416EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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