Html Css Color HEX #406BA9 Mariner

📋 copy color: '#406BA9'

red 64 ◦ green 107 ◦ blue 169

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

Shades of Mariner #406BA9

Tints of Mariner #406BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.71%

R = 18.82%
G = 31.47%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#406BA9 (or 0x406BA9) is known color: Mariner. HEX triplet: 40, 6B and A9. RGB value is (64,107,169). Sum of RGB (Red+Green+Blue) = 64+107+169=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #406BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BA9 is #BF9456. Grayscale: #646464. Windows color (decimal): -12555351 or 11103040. OLE color: 11103040.

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

Color convert

RGB 64 107 169 -
CMYK 0.62 0.37 0 0.34
HSL 215.43º 0.45% 0.46% -
HSV(B) 215.43º 0.62% 0.66% -
XYZ 14.53 14.47 39.56 -
YUV 101.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 64 107 169 0.62 0.37 0 0.34 215.43 0.45 0.46
Hex 40 6B A9 3E 25 0 22 D7 2D 2E
Octal 100 153 251 76 45 0 42 327 55 56
Binary 1000000 1101011 10101001 111110 100101 0 100010 11010111 101101 101110

Color Harmonies of #406BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BA9

Black with #406BA9

Text Example


Text Example

White with #406BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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