Html Css Color HEX #406494 Mariner

📋 copy color: '#406494'

red 64 ◦ green 100 ◦ blue 148

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

Shades of Mariner #406494

Tints of Mariner #406494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.44%

R = 20.51%
G = 32.05%
B = 47.44%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406494 (or 0x406494) is known color: Mariner. HEX triplet: 40, 64 and 94. RGB value is (64,100,148). Sum of RGB (Red+Green+Blue) = 64+100+148=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #406494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406494 is #BF9B6B. Grayscale: #5E5E5E. Windows color (decimal): -12557164 or 9724992. OLE color: 9724992.

HSL color Cylindrical-coordinate representation of color #406494: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406494 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 100 148 -
CMYK 0.57 0.32 0 0.42
HSL 214.29º 0.4% 0.42% -
HSV(B) 214.29º 0.57% 0.58% -
XYZ 12.02 12.34 29.77 -
YUV 94.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 64 100 148 0.57 0.32 0 0.42 214.29 0.4 0.42
Hex 40 64 94 39 20 0 2A D6 28 2A
Octal 100 144 224 71 40 0 52 326 50 52
Binary 1000000 1100100 10010100 111001 100000 0 101010 11010110 101000 101010

Color Harmonies of #406494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406494

Black with #406494

Text Example


Text Example

White with #406494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406494; }

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

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

background-color css

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

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

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

border-color css

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

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

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