Html Css Color HEX #406AA6 Mariner

📋 copy color: '#406AA6'

red 64 ◦ green 106 ◦ blue 166

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

Shades of Mariner #406AA6

Tints of Mariner #406AA6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 19.05%
G = 31.55%
B = 49.4%

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

#406AA6 (or 0x406AA6) is known color: Mariner. HEX triplet: 40, 6A and A6. RGB value is (64,106,166). Sum of RGB (Red+Green+Blue) = 64+106+166=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #406AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AA6 is #BF9559. Grayscale: #646464. Windows color (decimal): -12555610 or 10906176. OLE color: 10906176.

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

Color convert

RGB 64 106 166 -
CMYK 0.61 0.36 0 0.35
HSL 215.29º 0.44% 0.45% -
HSV(B) 215.29º 0.61% 0.65% -
XYZ 14.15 14.15 38.06 -
YUV 100.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 64 106 166 0.61 0.36 0 0.35 215.29 0.44 0.45
Hex 40 6A A6 3D 24 0 23 D7 2C 2D
Octal 100 152 246 75 44 0 43 327 54 55
Binary 1000000 1101010 10100110 111101 100100 0 100011 11010111 101100 101101

Color Harmonies of #406AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AA6

Black with #406AA6

Text Example


Text Example

White with #406AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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