Html Css Color HEX #406AAB Mariner

📋 copy color: '#406AAB'

red 64 ◦ green 106 ◦ blue 171

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

Shades of Mariner #406AAB

Tints of Mariner #406AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 18.77%
G = 31.09%
B = 50.15%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406AAB (or 0x406AAB) is known color: Mariner. HEX triplet: 40, 6A and AB. RGB value is (64,106,171). Sum of RGB (Red+Green+Blue) = 64+106+171=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #406AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AAB is #BF9554. Grayscale: #646464. Windows color (decimal): -12555605 or 11233856. OLE color: 11233856.

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

Color convert

RGB 64 106 171 -
CMYK 0.63 0.38 0 0.33
HSL 216.45º 0.46% 0.46% -
HSV(B) 216.45º 0.63% 0.67% -
XYZ 14.62 14.34 40.53 -
YUV 100.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 64 106 171 0.63 0.38 0 0.33 216.45 0.46 0.46
Hex 40 6A AB 3F 26 0 21 D8 2E 2E
Octal 100 152 253 77 46 0 41 330 56 56
Binary 1000000 1101010 10101011 111111 100110 0 100001 11011000 101110 101110

Color Harmonies of #406AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406AAB

Black with #406AAB

Text Example


Text Example

White with #406AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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