Html Css Color HEX #406DAF Mariner

📋 copy color: '#406DAF'

red 64 ◦ green 109 ◦ blue 175

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

Shades of Mariner #406DAF

Tints of Mariner #406DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 18.39%
G = 31.32%
B = 50.29%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#406DAF (or 0x406DAF) is known color: Mariner. HEX triplet: 40, 6D and AF. RGB value is (64,109,175). Sum of RGB (Red+Green+Blue) = 64+109+175=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #406DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAF is #BF9250. Grayscale: #666666. Windows color (decimal): -12554833 or 11496768. OLE color: 11496768.

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

Color convert

RGB 64 109 175 -
CMYK 0.63 0.38 0 0.31
HSL 215.68º 0.46% 0.47% -
HSV(B) 215.68º 0.63% 0.69% -
XYZ 15.32 15.12 42.67 -
YUV 103.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 64 109 175 0.63 0.38 0 0.31 215.68 0.46 0.47
Hex 40 6D AF 3F 26 0 1F D8 2E 2F
Octal 100 155 257 77 46 0 37 330 56 57
Binary 1000000 1101101 10101111 111111 100110 0 11111 11011000 101110 101111

Color Harmonies of #406DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DAF

Black with #406DAF

Text Example


Text Example

White with #406DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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