Html Css Color HEX #406995 Mariner

📋 copy color: '#406995'

red 64 ◦ green 105 ◦ blue 149

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

Shades of Mariner #406995

Tints of Mariner #406995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 20.13%
G = 33.02%
B = 46.86%

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

#406995 (or 0x406995) is known color: Mariner. HEX triplet: 40, 69 and 95. RGB value is (64,105,149). Sum of RGB (Red+Green+Blue) = 64+105+149=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #406995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406995 is #BF966A. Grayscale: #616161. Windows color (decimal): -12555883 or 9791808. OLE color: 9791808.

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

Color convert

RGB 64 105 149 -
CMYK 0.57 0.30 0 0.42
HSL 211.06º 0.4% 0.42% -
HSV(B) 211.06º 0.57% 0.58% -
XYZ 12.59 13.36 30.35 -
YUV 97.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 64 105 149 0.57 0.30 0 0.42 211.06 0.4 0.42
Hex 40 69 95 39 1E 0 2A D3 28 2A
Octal 100 151 225 71 36 0 52 323 50 52
Binary 1000000 1101001 10010101 111001 11110 0 101010 11010011 101000 101010

Color Harmonies of #406995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406995

Black with #406995

Text Example


Text Example

White with #406995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406995; }

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

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

background-color css

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

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

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

border-color css

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

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

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