Html Css Color HEX #416DAE Mariner

📋 copy color: '#416DAE'

red 65 ◦ green 109 ◦ blue 174

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

Shades of Mariner #416DAE

Tints of Mariner #416DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 18.68%
G = 31.32%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#416DAE (or 0x416DAE) is known color: Mariner. HEX triplet: 41, 6D and AE. RGB value is (65,109,174). Sum of RGB (Red+Green+Blue) = 65+109+174=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #416DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DAE is #BE9251. Grayscale: #666666. Windows color (decimal): -12489298 or 11431233. OLE color: 11431233.

HSL color Cylindrical-coordinate representation of color #416DAE: hue angle of 215.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416DAE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 109 174 -
CMYK 0.63 0.37 0 0.32
HSL 215.78º 0.46% 0.47% -
HSV(B) 215.78º 0.63% 0.68% -
XYZ 15.29 15.12 42.16 -
YUV 103.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 65 109 174 0.63 0.37 0 0.32 215.78 0.46 0.47
Hex 41 6D AE 3F 25 0 20 D8 2E 2F
Octal 101 155 256 77 45 0 40 330 56 57
Binary 1000001 1101101 10101110 111111 100101 0 100000 11011000 101110 101111

Color Harmonies of #416DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DAE

Black with #416DAE

Text Example


Text Example

White with #416DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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