Html Css Color HEX #406897 Mariner

📋 copy color: '#406897'

red 64 ◦ green 104 ◦ blue 151

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

Shades of Mariner #406897

Tints of Mariner #406897

RGB

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

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

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

R = 20.06%
G = 32.6%
B = 47.34%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406897 (or 0x406897) is known color: Mariner. HEX triplet: 40, 68 and 97. RGB value is (64,104,151). Sum of RGB (Red+Green+Blue) = 64+104+151=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #406897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406897 is #BF9768. Grayscale: #616161. Windows color (decimal): -12556137 or 9922624. OLE color: 9922624.

HSL color Cylindrical-coordinate representation of color #406897: hue angle of 212.41º 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 #406897 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 104 151 -
CMYK 0.58 0.31 0 0.41
HSL 212.41º 0.4% 0.42% -
HSV(B) 212.41º 0.58% 0.59% -
XYZ 12.65 13.22 31.16 -
YUV 97.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 64 104 151 0.58 0.31 0 0.41 212.41 0.4 0.42
Hex 40 68 97 3A 1F 0 29 D4 28 2A
Octal 100 150 227 72 37 0 51 324 50 52
Binary 1000000 1101000 10010111 111010 11111 0 101001 11010100 101000 101010

Color Harmonies of #406897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406897

Black with #406897

Text Example


Text Example

White with #406897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406897; }

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

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

background-color css

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

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

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

border-color css

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

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

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