Html Css Color HEX #406392 Mariner

📋 copy color: '#406392'

red 64 ◦ green 99 ◦ blue 146

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

Shades of Mariner #406392

Tints of Mariner #406392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 20.71%
G = 32.04%
B = 47.25%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406392 (or 0x406392) is known color: Mariner. HEX triplet: 40, 63 and 92. RGB value is (64,99,146). Sum of RGB (Red+Green+Blue) = 64+99+146=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #406392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406392 is #BF9C6D. Grayscale: #5D5D5D. Windows color (decimal): -12557422 or 9593664. OLE color: 9593664.

HSL color Cylindrical-coordinate representation of color #406392: hue angle of 214.39º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406392 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 99 146 -
CMYK 0.56 0.32 0 0.43
HSL 214.39º 0.39% 0.41% -
HSV(B) 214.39º 0.56% 0.57% -
XYZ 11.76 12.09 28.91 -
YUV 93.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 64 99 146 0.56 0.32 0 0.43 214.39 0.39 0.41
Hex 40 63 92 38 20 0 2B D6 27 29
Octal 100 143 222 70 40 0 53 326 47 51
Binary 1000000 1100011 10010010 111000 100000 0 101011 11010110 100111 101001

Color Harmonies of #406392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406392

Black with #406392

Text Example


Text Example

White with #406392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406392; }

 p { color: rgb(64,99,146); }

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

background-color css

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

 a { background-color: rgb(64,99,146); }

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

border-color css

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

 span { border-color: rgb(64,99,146); }

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