Html Css Color HEX #406497 Mariner

📋 copy color: '#406497'

red 64 ◦ green 100 ◦ blue 151

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

Shades of Mariner #406497

Tints of Mariner #406497

RGB

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

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

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

R = 20.32%
G = 31.75%
B = 47.94%

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

#406497 (or 0x406497) is known color: Mariner. HEX triplet: 40, 64 and 97. RGB value is (64,100,151). Sum of RGB (Red+Green+Blue) = 64+100+151=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #406497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406497 is #BF9B68. Grayscale: #5E5E5E. Windows color (decimal): -12557161 or 9921600. OLE color: 9921600.

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

Color convert

RGB 64 100 151 -
CMYK 0.58 0.34 0 0.41
HSL 215.17º 0.4% 0.42% -
HSV(B) 215.17º 0.58% 0.59% -
XYZ 12.26 12.44 31.03 -
YUV 95.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 64 100 151 0.58 0.34 0 0.41 215.17 0.4 0.42
Hex 40 64 97 3A 22 0 29 D7 28 2A
Octal 100 144 227 72 42 0 51 327 50 52
Binary 1000000 1100100 10010111 111010 100010 0 101001 11010111 101000 101010

Color Harmonies of #406497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406497

Black with #406497

Text Example


Text Example

White with #406497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406497; }

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

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

background-color css

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

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

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

border-color css

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

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

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