Html Css Color HEX #406793 Mariner

📋 copy color: '#406793'

red 64 ◦ green 103 ◦ blue 147

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

Shades of Mariner #406793

Tints of Mariner #406793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 20.38%
G = 32.8%
B = 46.82%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406793 (or 0x406793) is known color: Mariner. HEX triplet: 40, 67 and 93. RGB value is (64,103,147). Sum of RGB (Red+Green+Blue) = 64+103+147=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #406793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406793 is #BF986C. Grayscale: #606060. Windows color (decimal): -12556397 or 9660224. OLE color: 9660224.

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

Color convert

RGB 64 103 147 -
CMYK 0.56 0.30 0 0.42
HSL 211.81º 0.39% 0.41% -
HSV(B) 211.81º 0.56% 0.58% -
XYZ 12.23 12.9 29.45 -
YUV 96.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 64 103 147 0.56 0.30 0 0.42 211.81 0.39 0.41
Hex 40 67 93 38 1E 0 2A D4 27 29
Octal 100 147 223 70 36 0 52 324 47 51
Binary 1000000 1100111 10010011 111000 11110 0 101010 11010100 100111 101001

Color Harmonies of #406793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406793

Black with #406793

Text Example


Text Example

White with #406793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406793; }

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

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

background-color css

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

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

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

border-color css

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

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

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