Html Css Color HEX #406491 Mariner

📋 copy color: '#406491'

red 64 ◦ green 100 ◦ blue 145

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

Shades of Mariner #406491

Tints of Mariner #406491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 20.71%
G = 32.36%
B = 46.93%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406491 (or 0x406491) is known color: Mariner. HEX triplet: 40, 64 and 91. RGB value is (64,100,145). Sum of RGB (Red+Green+Blue) = 64+100+145=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #406491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406491 is #BF9B6E. Grayscale: #5E5E5E. Windows color (decimal): -12557167 or 9528384. OLE color: 9528384.

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

Color convert

RGB 64 100 145 -
CMYK 0.56 0.31 0 0.43
HSL 213.33º 0.39% 0.41% -
HSV(B) 213.33º 0.56% 0.57% -
XYZ 11.78 12.25 28.53 -
YUV 94.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 64 100 145 0.56 0.31 0 0.43 213.33 0.39 0.41
Hex 40 64 91 38 1F 0 2B D5 27 29
Octal 100 144 221 70 37 0 53 325 47 51
Binary 1000000 1100100 10010001 111000 11111 0 101011 11010101 100111 101001

Color Harmonies of #406491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406491

Black with #406491

Text Example


Text Example

White with #406491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406491; }

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

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

background-color css

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

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

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

border-color css

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

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

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