Html Css Color HEX #406DAC Mariner

📋 copy color: '#406DAC'

red 64 ◦ green 109 ◦ blue 172

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

Shades of Mariner #406DAC

Tints of Mariner #406DAC

RGB

 RED value IS 64 (25.39% from 255) = 18.55%

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

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

R = 18.55%
G = 31.59%
B = 49.86%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406DAC (or 0x406DAC) is known color: Mariner. HEX triplet: 40, 6D and AC. RGB value is (64,109,172). Sum of RGB (Red+Green+Blue) = 64+109+172=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #406DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAC is #BF9253. Grayscale: #666666. Windows color (decimal): -12554836 or 11300160. OLE color: 11300160.

HSL color Cylindrical-coordinate representation of color #406DAC: hue angle of 215º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406DAC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 109 172 -
CMYK 0.63 0.37 0 0.33
HSL 215º 0.46% 0.46% -
HSV(B) 215º 0.63% 0.67% -
XYZ 15.03 15.01 41.13 -
YUV 102.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 64 109 172 0.63 0.37 0 0.33 215 0.46 0.46
Hex 40 6D AC 3F 25 0 21 D7 2E 2E
Octal 100 155 254 77 45 0 41 327 56 56
Binary 1000000 1101101 10101100 111111 100101 0 100001 11010111 101110 101110

Color Harmonies of #406DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DAC

Black with #406DAC

Text Example


Text Example

White with #406DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406DAC; }

 p { color: rgb(64,109,172); }

 H1.HeaderClassName
 {
   color: #406DAC;
 }
 .AnyTagClassName
 {
   color: #406DAC;
 }
</style>

background-color css

<style>
 a { background-color: #406DAC; }

 a { background-color: rgb(64,109,172); }

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

border-color css

<style>
 span { border-color: #406DAC; }

 span { border-color: rgb(64,109,172); }

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