Html Css Color HEX #406DAE Mariner

📋 copy color: '#406DAE'

red 64 ◦ green 109 ◦ blue 174

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

Shades of Mariner #406DAE

Tints of Mariner #406DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 18.44%
G = 31.41%
B = 50.14%

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

#406DAE (or 0x406DAE) is known color: Mariner. HEX triplet: 40, 6D and AE. RGB value is (64,109,174). Sum of RGB (Red+Green+Blue) = 64+109+174=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #406DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAE is #BF9251. Grayscale: #666666. Windows color (decimal): -12554834 or 11431232. OLE color: 11431232.

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

Color convert

RGB 64 109 174 -
CMYK 0.63 0.37 0 0.32
HSL 215.45º 0.46% 0.47% -
HSV(B) 215.45º 0.63% 0.68% -
XYZ 15.22 15.08 42.15 -
YUV 102.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 64 109 174 0.63 0.37 0 0.32 215.45 0.46 0.47
Hex 40 6D AE 3F 25 0 20 D7 2E 2F
Octal 100 155 256 77 45 0 40 327 56 57
Binary 1000000 1101101 10101110 111111 100101 0 100000 11010111 101110 101111

Color Harmonies of #406DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DAE

Black with #406DAE

Text Example


Text Example

White with #406DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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