Html Css Color HEX #406BA6 Mariner

📋 copy color: '#406BA6'

red 64 ◦ green 107 ◦ blue 166

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

Shades of Mariner #406BA6

Tints of Mariner #406BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 18.99%
G = 31.75%
B = 49.26%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#406BA6 (or 0x406BA6) is known color: Mariner. HEX triplet: 40, 6B and A6. RGB value is (64,107,166). Sum of RGB (Red+Green+Blue) = 64+107+166=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #406BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BA6 is #BF9459. Grayscale: #646464. Windows color (decimal): -12555354 or 10906432. OLE color: 10906432.

HSL color Cylindrical-coordinate representation of color #406BA6: hue angle of 214.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406BA6 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 107 166 -
CMYK 0.61 0.36 0 0.35
HSL 214.71º 0.44% 0.45% -
HSV(B) 214.71º 0.61% 0.65% -
XYZ 14.25 14.36 38.1 -
YUV 100.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 64 107 166 0.61 0.36 0 0.35 214.71 0.44 0.45
Hex 40 6B A6 3D 24 0 23 D7 2C 2D
Octal 100 153 246 75 44 0 43 327 54 55
Binary 1000000 1101011 10100110 111101 100100 0 100011 11010111 101100 101101

Color Harmonies of #406BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BA6

Black with #406BA6

Text Example


Text Example

White with #406BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,166); }

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

background-color css

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

 a { background-color: rgb(64,107,166); }

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

border-color css

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

 span { border-color: rgb(64,107,166); }

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