Html Css Color HEX #416DAA Mariner

📋 copy color: '#416DAA'

red 65 ◦ green 109 ◦ blue 170

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

Shades of Mariner #416DAA

Tints of Mariner #416DAA

RGB

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

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

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

R = 18.9%
G = 31.69%
B = 49.42%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416DAA (or 0x416DAA) is known color: Mariner. HEX triplet: 41, 6D and AA. RGB value is (65,109,170). Sum of RGB (Red+Green+Blue) = 65+109+170=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #416DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416DAA is #BE9255. Grayscale: #666666. Windows color (decimal): -12489302 or 11169089. OLE color: 11169089.

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

Color convert

RGB 65 109 170 -
CMYK 0.62 0.36 0 0.33
HSL 214.86º 0.45% 0.46% -
HSV(B) 214.86º 0.62% 0.67% -
XYZ 14.9 14.96 40.13 -
YUV 102.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 65 109 170 0.62 0.36 0 0.33 214.86 0.45 0.46
Hex 41 6D AA 3E 24 0 21 D7 2D 2E
Octal 101 155 252 76 44 0 41 327 55 56
Binary 1000001 1101101 10101010 111110 100100 0 100001 11010111 101101 101110

Color Harmonies of #416DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DAA

Black with #416DAA

Text Example


Text Example

White with #416DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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