Html Css Color HEX #406493 Mariner

📋 copy color: '#406493'

red 64 ◦ green 100 ◦ blue 147

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

Shades of Mariner #406493

Tints of Mariner #406493

RGB

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

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

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

R = 20.58%
G = 32.15%
B = 47.27%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406493 (or 0x406493) is known color: Mariner. HEX triplet: 40, 64 and 93. RGB value is (64,100,147). Sum of RGB (Red+Green+Blue) = 64+100+147=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #406493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406493 is #BF9B6C. Grayscale: #5E5E5E. Windows color (decimal): -12557165 or 9659456. OLE color: 9659456.

HSL color Cylindrical-coordinate representation of color #406493: hue angle of 213.98º 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 #406493 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 100 147 -
CMYK 0.56 0.32 0 0.42
HSL 213.98º 0.39% 0.41% -
HSV(B) 213.98º 0.56% 0.58% -
XYZ 11.94 12.31 29.35 -
YUV 94.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 64 100 147 0.56 0.32 0 0.42 213.98 0.39 0.41
Hex 40 64 93 38 20 0 2A D6 27 29
Octal 100 144 223 70 40 0 52 326 47 51
Binary 1000000 1100100 10010011 111000 100000 0 101010 11010110 100111 101001

Color Harmonies of #406493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406493

Black with #406493

Text Example


Text Example

White with #406493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406493; }

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

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

background-color css

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

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

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

border-color css

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

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

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