Html Css Color HEX #406397 Mariner

📋 copy color: '#406397'

red 64 ◦ green 99 ◦ blue 151

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

Shades of Mariner #406397

Tints of Mariner #406397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 20.38%
G = 31.53%
B = 48.09%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406397 (or 0x406397) is known color: Mariner. HEX triplet: 40, 63 and 97. RGB value is (64,99,151). Sum of RGB (Red+Green+Blue) = 64+99+151=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #406397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406397 is #BF9C68. Grayscale: #5E5E5E. Windows color (decimal): -12557417 or 9921344. OLE color: 9921344.

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

Color convert

RGB 64 99 151 -
CMYK 0.58 0.34 0 0.41
HSL 215.86º 0.4% 0.42% -
HSV(B) 215.86º 0.58% 0.59% -
XYZ 12.16 12.25 31 -
YUV 94.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 64 99 151 0.58 0.34 0 0.41 215.86 0.4 0.42
Hex 40 63 97 3A 22 0 29 D8 28 2A
Octal 100 143 227 72 42 0 51 330 50 52
Binary 1000000 1100011 10010111 111010 100010 0 101001 11011000 101000 101010

Color Harmonies of #406397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406397

Black with #406397

Text Example


Text Example

White with #406397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406397; }

 p { color: rgb(64,99,151); }

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

background-color css

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

 a { background-color: rgb(64,99,151); }

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

border-color css

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

 span { border-color: rgb(64,99,151); }

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