Html Css Color HEX #406DA9 Mariner

📋 copy color: '#406DA9'

red 64 ◦ green 109 ◦ blue 169

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

Shades of Mariner #406DA9

Tints of Mariner #406DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.42%

R = 18.71%
G = 31.87%
B = 49.42%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#406DA9 (or 0x406DA9) is known color: Mariner. HEX triplet: 40, 6D and A9. RGB value is (64,109,169). Sum of RGB (Red+Green+Blue) = 64+109+169=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #406DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA9 is #BF9256. Grayscale: #666666. Windows color (decimal): -12554839 or 11103552. OLE color: 11103552.

HSL color Cylindrical-coordinate representation of color #406DA9: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406DA9 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 109 169 -
CMYK 0.62 0.36 0 0.34
HSL 214.29º 0.45% 0.46% -
HSV(B) 214.29º 0.62% 0.66% -
XYZ 14.74 14.89 39.63 -
YUV 102.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 64 109 169 0.62 0.36 0 0.34 214.29 0.45 0.46
Hex 40 6D A9 3E 24 0 22 D6 2D 2E
Octal 100 155 251 76 44 0 42 326 55 56
Binary 1000000 1101101 10101001 111110 100100 0 100010 11010110 101101 101110

Color Harmonies of #406DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DA9

Black with #406DA9

Text Example


Text Example

White with #406DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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