Html Css Color HEX #406EAF Mariner

📋 copy color: '#406EAF'

red 64 ◦ green 110 ◦ blue 175

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

Shades of Mariner #406EAF

Tints of Mariner #406EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 18.34%
G = 31.52%
B = 50.14%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#406EAF (or 0x406EAF) is known color: Mariner. HEX triplet: 40, 6E and AF. RGB value is (64,110,175). Sum of RGB (Red+Green+Blue) = 64+110+175=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #406EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406EAF is #BF9150. Grayscale: #676767. Windows color (decimal): -12554577 or 11497024. OLE color: 11497024.

HSL color Cylindrical-coordinate representation of color #406EAF: hue angle of 215.14º 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 #406EAF is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 110 175 -
CMYK 0.63 0.37 0 0.31
HSL 215.14º 0.46% 0.47% -
HSV(B) 215.14º 0.63% 0.69% -
XYZ 15.43 15.34 42.7 -
YUV 103.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 64 110 175 0.63 0.37 0 0.31 215.14 0.46 0.47
Hex 40 6E AF 3F 25 0 1F D7 2E 2F
Octal 100 156 257 77 45 0 37 327 56 57
Binary 1000000 1101110 10101111 111111 100101 0 11111 11010111 101110 101111

Color Harmonies of #406EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EAF

Black with #406EAF

Text Example


Text Example

White with #406EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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