Html Css Color HEX #406895 Mariner

📋 copy color: '#406895'

red 64 ◦ green 104 ◦ blue 149

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

Shades of Mariner #406895

Tints of Mariner #406895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 20.19%
G = 32.81%
B = 47%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406895 (or 0x406895) is known color: Mariner. HEX triplet: 40, 68 and 95. RGB value is (64,104,149). Sum of RGB (Red+Green+Blue) = 64+104+149=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #406895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406895 is #BF976A. Grayscale: #606060. Windows color (decimal): -12556139 or 9791552. OLE color: 9791552.

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

Color convert

RGB 64 104 149 -
CMYK 0.57 0.30 0 0.42
HSL 211.76º 0.4% 0.42% -
HSV(B) 211.76º 0.57% 0.58% -
XYZ 12.49 13.16 30.32 -
YUV 97.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 64 104 149 0.57 0.30 0 0.42 211.76 0.4 0.42
Hex 40 68 95 39 1E 0 2A D4 28 2A
Octal 100 150 225 71 36 0 52 324 50 52
Binary 1000000 1101000 10010101 111001 11110 0 101010 11010100 101000 101010

Color Harmonies of #406895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406895

Black with #406895

Text Example


Text Example

White with #406895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406895; }

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

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

background-color css

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

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

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

border-color css

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

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

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