Html Css Color HEX #406495 Mariner

📋 copy color: '#406495'

red 64 ◦ green 100 ◦ blue 149

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

Shades of Mariner #406495

Tints of Mariner #406495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 20.45%
G = 31.95%
B = 47.6%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406495 (or 0x406495) is known color: Mariner. HEX triplet: 40, 64 and 95. RGB value is (64,100,149). Sum of RGB (Red+Green+Blue) = 64+100+149=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #406495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406495 is #BF9B6A. Grayscale: #5E5E5E. Windows color (decimal): -12557163 or 9790528. OLE color: 9790528.

HSL color Cylindrical-coordinate representation of color #406495: hue angle of 214.59º 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 #406495 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 100 149 -
CMYK 0.57 0.33 0 0.42
HSL 214.59º 0.4% 0.42% -
HSV(B) 214.59º 0.57% 0.58% -
XYZ 12.1 12.37 30.18 -
YUV 94.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 64 100 149 0.57 0.33 0 0.42 214.59 0.4 0.42
Hex 40 64 95 39 21 0 2A D7 28 2A
Octal 100 144 225 71 41 0 52 327 50 52
Binary 1000000 1100100 10010101 111001 100001 0 101010 11010111 101000 101010

Color Harmonies of #406495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406495

Black with #406495

Text Example


Text Example

White with #406495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406495; }

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

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

background-color css

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

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

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

border-color css

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

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

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