Html Css Color HEX #406391 Mariner

📋 copy color: '#406391'

red 64 ◦ green 99 ◦ blue 145

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

Shades of Mariner #406391

Tints of Mariner #406391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 20.78%
G = 32.14%
B = 47.08%

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

#406391 (or 0x406391) is known color: Mariner. HEX triplet: 40, 63 and 91. RGB value is (64,99,145). Sum of RGB (Red+Green+Blue) = 64+99+145=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #406391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406391 is #BF9C6E. Grayscale: #5D5D5D. Windows color (decimal): -12557423 or 9528128. OLE color: 9528128.

HSL color Cylindrical-coordinate representation of color #406391: hue angle of 214.07º 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 #406391 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 99 145 -
CMYK 0.56 0.32 0 0.43
HSL 214.07º 0.39% 0.41% -
HSV(B) 214.07º 0.56% 0.57% -
XYZ 11.69 12.06 28.5 -
YUV 93.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 64 99 145 0.56 0.32 0 0.43 214.07 0.39 0.41
Hex 40 63 91 38 20 0 2B D6 27 29
Octal 100 143 221 70 40 0 53 326 47 51
Binary 1000000 1100011 10010001 111000 100000 0 101011 11010110 100111 101001

Color Harmonies of #406391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406391

Black with #406391

Text Example


Text Example

White with #406391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406391; }

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

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

background-color css

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

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

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

border-color css

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

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

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