Html Css Color HEX #406AAE Mariner

📋 copy color: '#406AAE'

red 64 ◦ green 106 ◦ blue 174

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

Shades of Mariner #406AAE

Tints of Mariner #406AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 18.6%
G = 30.81%
B = 50.58%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#406AAE (or 0x406AAE) is known color: Mariner. HEX triplet: 40, 6A and AE. RGB value is (64,106,174). Sum of RGB (Red+Green+Blue) = 64+106+174=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #406AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AAE is #BF9551. Grayscale: #646464. Windows color (decimal): -12555602 or 11430464. OLE color: 11430464.

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

Color convert

RGB 64 106 174 -
CMYK 0.63 0.39 0 0.32
HSL 217.09º 0.46% 0.47% -
HSV(B) 217.09º 0.63% 0.68% -
XYZ 14.91 14.45 42.05 -
YUV 101.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 64 106 174 0.63 0.39 0 0.32 217.09 0.46 0.47
Hex 40 6A AE 3F 27 0 20 D9 2E 2F
Octal 100 152 256 77 47 0 40 331 56 57
Binary 1000000 1101010 10101110 111111 100111 0 100000 11011001 101110 101111

Color Harmonies of #406AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AAE

Black with #406AAE

Text Example


Text Example

White with #406AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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