Html Css Color HEX #406BAB Mariner

📋 copy color: '#406BAB'

red 64 ◦ green 107 ◦ blue 171

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

Shades of Mariner #406BAB

Tints of Mariner #406BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

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

R = 18.71%
G = 31.29%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#406BAB (or 0x406BAB) is known color: Mariner. HEX triplet: 40, 6B and AB. RGB value is (64,107,171). Sum of RGB (Red+Green+Blue) = 64+107+171=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #406BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BAB is #BF9454. Grayscale: #656565. Windows color (decimal): -12555349 or 11234112. OLE color: 11234112.

HSL color Cylindrical-coordinate representation of color #406BAB: hue angle of 215.89º 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 #406BAB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 107 171 -
CMYK 0.63 0.37 0 0.33
HSL 215.89º 0.46% 0.46% -
HSV(B) 215.89º 0.63% 0.67% -
XYZ 14.72 14.55 40.56 -
YUV 101.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 64 107 171 0.63 0.37 0 0.33 215.89 0.46 0.46
Hex 40 6B AB 3F 25 0 21 D8 2E 2E
Octal 100 153 253 77 45 0 41 330 56 56
Binary 1000000 1101011 10101011 111111 100101 0 100001 11011000 101110 101110

Color Harmonies of #406BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BAB

Black with #406BAB

Text Example


Text Example

White with #406BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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