Html Css Color HEX #416AAC Mariner

📋 copy color: '#416AAC'

red 65 ◦ green 106 ◦ blue 172

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

Shades of Mariner #416AAC

Tints of Mariner #416AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 18.95%
G = 30.9%
B = 50.15%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#416AAC (or 0x416AAC) is known color: Mariner. HEX triplet: 41, 6A and AC. RGB value is (65,106,172). Sum of RGB (Red+Green+Blue) = 65+106+172=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #416AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AAC is #BE9553. Grayscale: #646464. Windows color (decimal): -12490068 or 11299393. OLE color: 11299393.

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

Color convert

RGB 65 106 172 -
CMYK 0.62 0.38 0 0.33
HSL 217.01º 0.45% 0.46% -
HSV(B) 217.01º 0.62% 0.67% -
XYZ 14.78 14.41 41.03 -
YUV 101.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 65 106 172 0.62 0.38 0 0.33 217.01 0.45 0.46
Hex 41 6A AC 3E 26 0 21 D9 2D 2E
Octal 101 152 254 76 46 0 41 331 55 56
Binary 1000001 1101010 10101100 111110 100110 0 100001 11011001 101101 101110

Color Harmonies of #416AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AAC

Black with #416AAC

Text Example


Text Example

White with #416AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,106,172); }

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

background-color css

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

 a { background-color: rgb(65,106,172); }

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

border-color css

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

 span { border-color: rgb(65,106,172); }

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