Html Css Color HEX #406DAD Mariner

📋 copy color: '#406DAD'

red 64 ◦ green 109 ◦ blue 173

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

Shades of Mariner #406DAD

Tints of Mariner #406DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 18.5%
G = 31.5%
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

#406DAD (or 0x406DAD) is known color: Mariner. HEX triplet: 40, 6D and AD. RGB value is (64,109,173). Sum of RGB (Red+Green+Blue) = 64+109+173=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #406DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAD is #BF9252. Grayscale: #666666. Windows color (decimal): -12554835 or 11365696. OLE color: 11365696.

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

Color convert

RGB 64 109 173 -
CMYK 0.63 0.37 0 0.32
HSL 215.23º 0.46% 0.46% -
HSV(B) 215.23º 0.63% 0.68% -
XYZ 15.13 15.04 41.64 -
YUV 102.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 64 109 173 0.63 0.37 0 0.32 215.23 0.46 0.46
Hex 40 6D AD 3F 25 0 20 D7 2E 2E
Octal 100 155 255 77 45 0 40 327 56 56
Binary 1000000 1101101 10101101 111111 100101 0 100000 11010111 101110 101110

Color Harmonies of #406DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DAD

Black with #406DAD

Text Example


Text Example

White with #406DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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