Html Css Color HEX #416AAA Mariner

📋 copy color: '#416AAA'

red 65 ◦ green 106 ◦ blue 170

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

Shades of Mariner #416AAA

Tints of Mariner #416AAA

RGB

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

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

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

R = 19.06%
G = 31.09%
B = 49.85%

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

#416AAA (or 0x416AAA) is known color: Mariner. HEX triplet: 41, 6A and AA. RGB value is (65,106,170). Sum of RGB (Red+Green+Blue) = 65+106+170=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #416AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416AAA is #BE9555. Grayscale: #646464. Windows color (decimal): -12490070 or 11168321. OLE color: 11168321.

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

Color convert

RGB 65 106 170 -
CMYK 0.62 0.38 0 0.33
HSL 216.57º 0.45% 0.46% -
HSV(B) 216.57º 0.62% 0.67% -
XYZ 14.59 14.33 40.03 -
YUV 101.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 65 106 170 0.62 0.38 0 0.33 216.57 0.45 0.46
Hex 41 6A AA 3E 26 0 21 D9 2D 2E
Octal 101 152 252 76 46 0 41 331 55 56
Binary 1000001 1101010 10101010 111110 100110 0 100001 11011001 101101 101110

Color Harmonies of #416AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416AAA

Black with #416AAA

Text Example


Text Example

White with #416AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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