Html Css Color HEX #406AAF Mariner

📋 copy color: '#406AAF'

red 64 ◦ green 106 ◦ blue 175

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

Shades of Mariner #406AAF

Tints of Mariner #406AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 18.55%
G = 30.72%
B = 50.72%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#406AAF (or 0x406AAF) is known color: Mariner. HEX triplet: 40, 6A and AF. RGB value is (64,106,175). Sum of RGB (Red+Green+Blue) = 64+106+175=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #406AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AAF is #BF9550. Grayscale: #646464. Windows color (decimal): -12555601 or 11496000. OLE color: 11496000.

HSL color Cylindrical-coordinate representation of color #406AAF: hue angle of 217.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406AAF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 106 175 -
CMYK 0.63 0.39 0 0.31
HSL 217.3º 0.46% 0.47% -
HSV(B) 217.3º 0.63% 0.69% -
XYZ 15.01 14.49 42.56 -
YUV 101.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 64 106 175 0.63 0.39 0 0.31 217.3 0.46 0.47
Hex 40 6A AF 3F 27 0 1F D9 2E 2F
Octal 100 152 257 77 47 0 37 331 56 57
Binary 1000000 1101010 10101111 111111 100111 0 11111 11011001 101110 101111

Color Harmonies of #406AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AAF

Black with #406AAF

Text Example


Text Example

White with #406AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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