Html Css Color HEX #406EAB Mariner

📋 copy color: '#406EAB'

red 64 ◦ green 110 ◦ blue 171

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

Shades of Mariner #406EAB

Tints of Mariner #406EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 18.55%
G = 31.88%
B = 49.57%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406EAB (or 0x406EAB) is known color: Mariner. HEX triplet: 40, 6E and AB. RGB value is (64,110,171). Sum of RGB (Red+Green+Blue) = 64+110+171=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #406EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406EAB is #BF9154. Grayscale: #666666. Windows color (decimal): -12554581 or 11234880. OLE color: 11234880.

HSL color Cylindrical-coordinate representation of color #406EAB: hue angle of 214.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406EAB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 110 171 -
CMYK 0.63 0.36 0 0.33
HSL 214.21º 0.46% 0.46% -
HSV(B) 214.21º 0.63% 0.67% -
XYZ 15.04 15.18 40.67 -
YUV 103.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 64 110 171 0.63 0.36 0 0.33 214.21 0.46 0.46
Hex 40 6E AB 3F 24 0 21 D6 2E 2E
Octal 100 156 253 77 44 0 41 326 56 56
Binary 1000000 1101110 10101011 111111 100100 0 100001 11010110 101110 101110

Color Harmonies of #406EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EAB

Black with #406EAB

Text Example


Text Example

White with #406EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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