Html Css Color HEX #406FAA Mariner

📋 copy color: '#406FAA'

red 64 ◦ green 111 ◦ blue 170

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

Shades of Mariner #406FAA

Tints of Mariner #406FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 18.55%
G = 32.17%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406FAA (or 0x406FAA) is known color: Mariner. HEX triplet: 40, 6F and AA. RGB value is (64,111,170). Sum of RGB (Red+Green+Blue) = 64+111+170=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #406FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FAA is #BF9055. Grayscale: #676767. Windows color (decimal): -12554326 or 11169600. OLE color: 11169600.

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

Color convert

RGB 64 111 170 -
CMYK 0.62 0.35 0 0.33
HSL 213.4º 0.45% 0.46% -
HSV(B) 213.4º 0.62% 0.67% -
XYZ 15.05 15.36 40.2 -
YUV 103.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 64 111 170 0.62 0.35 0 0.33 213.4 0.45 0.46
Hex 40 6F AA 3E 23 0 21 D5 2D 2E
Octal 100 157 252 76 43 0 41 325 55 56
Binary 1000000 1101111 10101010 111110 100011 0 100001 11010101 101101 101110

Color Harmonies of #406FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FAA

Black with #406FAA

Text Example


Text Example

White with #406FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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