Html Css Color HEX #406496 Mariner

📋 copy color: '#406496'

red 64 ◦ green 100 ◦ blue 150

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

Shades of Mariner #406496

Tints of Mariner #406496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 20.38%
G = 31.85%
B = 47.77%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406496 (or 0x406496) is known color: Mariner. HEX triplet: 40, 64 and 96. RGB value is (64,100,150). Sum of RGB (Red+Green+Blue) = 64+100+150=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #406496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406496 is #BF9B69. Grayscale: #5E5E5E. Windows color (decimal): -12557162 or 9856064. OLE color: 9856064.

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

Color convert

RGB 64 100 150 -
CMYK 0.57 0.33 0 0.41
HSL 214.88º 0.4% 0.42% -
HSV(B) 214.88º 0.57% 0.59% -
XYZ 12.18 12.41 30.61 -
YUV 94.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 64 100 150 0.57 0.33 0 0.41 214.88 0.4 0.42
Hex 40 64 96 39 21 0 29 D7 28 2A
Octal 100 144 226 71 41 0 51 327 50 52
Binary 1000000 1100100 10010110 111001 100001 0 101001 11010111 101000 101010

Color Harmonies of #406496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406496

Black with #406496

Text Example


Text Example

White with #406496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406496; }

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

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

background-color css

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

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

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

border-color css

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

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

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