Html Css Color HEX #406694 Mariner

📋 copy color: '#406694'

red 64 ◦ green 102 ◦ blue 148

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

Shades of Mariner #406694

Tints of Mariner #406694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 20.38%
G = 32.48%
B = 47.13%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406694 (or 0x406694) is known color: Mariner. HEX triplet: 40, 66 and 94. RGB value is (64,102,148). Sum of RGB (Red+Green+Blue) = 64+102+148=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #406694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406694 is #BF996B. Grayscale: #5F5F5F. Windows color (decimal): -12556652 or 9725504. OLE color: 9725504.

HSL color Cylindrical-coordinate representation of color #406694: hue angle of 212.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406694 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 102 148 -
CMYK 0.57 0.31 0 0.42
HSL 212.86º 0.4% 0.42% -
HSV(B) 212.86º 0.57% 0.58% -
XYZ 12.21 12.73 29.83 -
YUV 95.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 64 102 148 0.57 0.31 0 0.42 212.86 0.4 0.42
Hex 40 66 94 39 1F 0 2A D5 28 2A
Octal 100 146 224 71 37 0 52 325 50 52
Binary 1000000 1100110 10010100 111001 11111 0 101010 11010101 101000 101010

Color Harmonies of #406694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406694

Black with #406694

Text Example


Text Example

White with #406694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406694; }

 p { color: rgb(64,102,148); }

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

background-color css

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

 a { background-color: rgb(64,102,148); }

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

border-color css

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

 span { border-color: rgb(64,102,148); }

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