Html Css Color HEX #406294 Mariner

📋 copy color: '#406294'

red 64 ◦ green 98 ◦ blue 148

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

Shades of Mariner #406294

Tints of Mariner #406294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 20.65%
G = 31.61%
B = 47.74%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406294 (or 0x406294) is known color: Mariner. HEX triplet: 40, 62 and 94. RGB value is (64,98,148). Sum of RGB (Red+Green+Blue) = 64+98+148=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #406294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406294 is #BF9D6B. Grayscale: #5D5D5D. Windows color (decimal): -12557676 or 9724480. OLE color: 9724480.

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

Color convert

RGB 64 98 148 -
CMYK 0.57 0.34 0 0.42
HSL 215.71º 0.4% 0.42% -
HSV(B) 215.71º 0.57% 0.58% -
XYZ 11.83 11.96 29.7 -
YUV 93.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 64 98 148 0.57 0.34 0 0.42 215.71 0.4 0.42
Hex 40 62 94 39 22 0 2A D8 28 2A
Octal 100 142 224 71 42 0 52 330 50 52
Binary 1000000 1100010 10010100 111001 100010 0 101010 11011000 101000 101010

Color Harmonies of #406294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406294

Black with #406294

Text Example


Text Example

White with #406294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406294; }

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

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

background-color css

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

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

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

border-color css

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

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

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