Html Css Color HEX #406393 Mariner

📋 copy color: '#406393'

red 64 ◦ green 99 ◦ blue 147

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

Shades of Mariner #406393

Tints of Mariner #406393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 20.65%
G = 31.94%
B = 47.42%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406393 (or 0x406393) is known color: Mariner. HEX triplet: 40, 63 and 93. RGB value is (64,99,147). Sum of RGB (Red+Green+Blue) = 64+99+147=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #406393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406393 is #BF9C6C. Grayscale: #5D5D5D. Windows color (decimal): -12557421 or 9659200. OLE color: 9659200.

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

Color convert

RGB 64 99 147 -
CMYK 0.56 0.33 0 0.42
HSL 214.7º 0.39% 0.41% -
HSV(B) 214.7º 0.56% 0.58% -
XYZ 11.84 12.12 29.32 -
YUV 94.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 64 99 147 0.56 0.33 0 0.42 214.7 0.39 0.41
Hex 40 63 93 38 21 0 2A D7 27 29
Octal 100 143 223 70 41 0 52 327 47 51
Binary 1000000 1100011 10010011 111000 100001 0 101010 11010111 100111 101001

Color Harmonies of #406393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406393

Black with #406393

Text Example


Text Example

White with #406393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406393; }

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

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

background-color css

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

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

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

border-color css

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

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

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