Html Css Color HEX #406EA5 Mariner

📋 copy color: '#406EA5'

red 64 ◦ green 110 ◦ blue 165

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

Shades of Mariner #406EA5

Tints of Mariner #406EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 165 (64.84% from 255) = 48.67%

R = 18.88%
G = 32.45%
B = 48.67%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#406EA5 (or 0x406EA5) is known color: Mariner. HEX triplet: 40, 6E and A5. RGB value is (64,110,165). Sum of RGB (Red+Green+Blue) = 64+110+165=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #406EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406EA5 is #BF915A. Grayscale: #666666. Windows color (decimal): -12554587 or 10841664. OLE color: 10841664.

HSL color Cylindrical-coordinate representation of color #406EA5: hue angle of 212.67º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406EA5 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 110 165 -
CMYK 0.61 0.33 0 0.35
HSL 212.67º 0.44% 0.45% -
HSV(B) 212.67º 0.61% 0.65% -
XYZ 14.48 14.96 37.72 -
YUV 102.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 64 110 165 0.61 0.33 0 0.35 212.67 0.44 0.45
Hex 40 6E A5 3D 21 0 23 D5 2C 2D
Octal 100 156 245 75 41 0 43 325 54 55
Binary 1000000 1101110 10100101 111101 100001 0 100011 11010101 101100 101101

Color Harmonies of #406EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EA5

Black with #406EA5

Text Example


Text Example

White with #406EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,165); }

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

background-color css

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

 a { background-color: rgb(64,110,165); }

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

border-color css

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

 span { border-color: rgb(64,110,165); }

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