Html Css Color HEX #406492 Mariner

📋 copy color: '#406492'

red 64 ◦ green 100 ◦ blue 146

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

Shades of Mariner #406492

Tints of Mariner #406492

RGB

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

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

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

R = 20.65%
G = 32.26%
B = 47.1%

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

#406492 (or 0x406492) is known color: Mariner. HEX triplet: 40, 64 and 92. RGB value is (64,100,146). Sum of RGB (Red+Green+Blue) = 64+100+146=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #406492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406492 is #BF9B6D. Grayscale: #5E5E5E. Windows color (decimal): -12557166 or 9593920. OLE color: 9593920.

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

Color convert

RGB 64 100 146 -
CMYK 0.56 0.32 0 0.43
HSL 213.66º 0.39% 0.41% -
HSV(B) 213.66º 0.56% 0.57% -
XYZ 11.86 12.28 28.94 -
YUV 94.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 64 100 146 0.56 0.32 0 0.43 213.66 0.39 0.41
Hex 40 64 92 38 20 0 2B D6 27 29
Octal 100 144 222 70 40 0 53 326 47 51
Binary 1000000 1100100 10010010 111000 100000 0 101011 11010110 100111 101001

Color Harmonies of #406492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406492

Black with #406492

Text Example


Text Example

White with #406492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406492; }

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

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

background-color css

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

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

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

border-color css

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

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

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