Html Css Color HEX #406EA2 Mariner

📋 copy color: '#406EA2'

red 64 ◦ green 110 ◦ blue 162

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

Shades of Mariner #406EA2

Tints of Mariner #406EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.21%

R = 19.05%
G = 32.74%
B = 48.21%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#406EA2 (or 0x406EA2) is known color: Mariner. HEX triplet: 40, 6E and A2. RGB value is (64,110,162). Sum of RGB (Red+Green+Blue) = 64+110+162=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #406EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406EA2 is #BF915D. Grayscale: #656565. Windows color (decimal): -12554590 or 10645056. OLE color: 10645056.

HSL color Cylindrical-coordinate representation of color #406EA2: hue angle of 211.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406EA2 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 110 162 -
CMYK 0.60 0.32 0 0.36
HSL 211.84º 0.43% 0.44% -
HSV(B) 211.84º 0.6% 0.64% -
XYZ 14.21 14.85 36.3 -
YUV 102.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 64 110 162 0.60 0.32 0 0.36 211.84 0.43 0.44
Hex 40 6E A2 3C 20 0 24 D4 2B 2C
Octal 100 156 242 74 40 0 44 324 53 54
Binary 1000000 1101110 10100010 111100 100000 0 100100 11010100 101011 101100

Color Harmonies of #406EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EA2

Black with #406EA2

Text Example


Text Example

White with #406EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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