Html Css Color HEX #406794 Mariner

📋 copy color: '#406794'

red 64 ◦ green 103 ◦ blue 148

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

Shades of Mariner #406794

Tints of Mariner #406794

RGB

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

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

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

R = 20.32%
G = 32.7%
B = 46.98%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406794 (or 0x406794) is known color: Mariner. HEX triplet: 40, 67 and 94. RGB value is (64,103,148). Sum of RGB (Red+Green+Blue) = 64+103+148=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #406794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406794 is #BF986B. Grayscale: #606060. Windows color (decimal): -12556396 or 9725760. OLE color: 9725760.

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

Color convert

RGB 64 103 148 -
CMYK 0.57 0.30 0 0.42
HSL 212.14º 0.4% 0.42% -
HSV(B) 212.14º 0.57% 0.58% -
XYZ 12.31 12.93 29.86 -
YUV 96.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 64 103 148 0.57 0.30 0 0.42 212.14 0.4 0.42
Hex 40 67 94 39 1E 0 2A D4 28 2A
Octal 100 147 224 71 36 0 52 324 50 52
Binary 1000000 1100111 10010100 111001 11110 0 101010 11010100 101000 101010

Color Harmonies of #406794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406794

Black with #406794

Text Example


Text Example

White with #406794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406794; }

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

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

background-color css

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

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

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

border-color css

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

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

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