Html Css Color HEX #406297 Mariner

📋 copy color: '#406297'

red 64 ◦ green 98 ◦ blue 151

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

Shades of Mariner #406297

Tints of Mariner #406297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 20.45%
G = 31.31%
B = 48.24%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406297 (or 0x406297) is known color: Mariner. HEX triplet: 40, 62 and 97. RGB value is (64,98,151). Sum of RGB (Red+Green+Blue) = 64+98+151=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #406297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406297 is #BF9D68. Grayscale: #5D5D5D. Windows color (decimal): -12557673 or 9921088. OLE color: 9921088.

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

Color convert

RGB 64 98 151 -
CMYK 0.58 0.35 0 0.41
HSL 216.55º 0.4% 0.42% -
HSV(B) 216.55º 0.58% 0.59% -
XYZ 12.07 12.06 30.97 -
YUV 93.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 64 98 151 0.58 0.35 0 0.41 216.55 0.4 0.42
Hex 40 62 97 3A 23 0 29 D9 28 2A
Octal 100 142 227 72 43 0 51 331 50 52
Binary 1000000 1100010 10010111 111010 100011 0 101001 11011001 101000 101010

Color Harmonies of #406297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406297

Black with #406297

Text Example


Text Example

White with #406297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406297; }

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

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

background-color css

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

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

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

border-color css

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

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

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