Html Css Color HEX #406FAE Mariner

📋 copy color: '#406FAE'

red 64 ◦ green 111 ◦ blue 174

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

Shades of Mariner #406FAE

Tints of Mariner #406FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 18.34%
G = 31.81%
B = 49.86%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#406FAE (or 0x406FAE) is known color: Mariner. HEX triplet: 40, 6F and AE. RGB value is (64,111,174). Sum of RGB (Red+Green+Blue) = 64+111+174=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #406FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FAE is #BF9051. Grayscale: #676767. Windows color (decimal): -12554322 or 11431744. OLE color: 11431744.

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

Color convert

RGB 64 111 174 -
CMYK 0.63 0.36 0 0.32
HSL 214.36º 0.46% 0.47% -
HSV(B) 214.36º 0.63% 0.68% -
XYZ 15.44 15.51 42.23 -
YUV 104.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 64 111 174 0.63 0.36 0 0.32 214.36 0.46 0.47
Hex 40 6F AE 3F 24 0 20 D6 2E 2F
Octal 100 157 256 77 44 0 40 326 56 57
Binary 1000000 1101111 10101110 111111 100100 0 100000 11010110 101110 101111

Color Harmonies of #406FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FAE

Black with #406FAE

Text Example


Text Example

White with #406FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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