#406194

Color #406194 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #406194

Tints of Mariner #406194

Color information

#406194 (or 0x406194) is unknown color: approx Mariner. HEX triplet: 40, 61 and 94. RGB value is (64,97,148). Sum of RGB (Red+Green+Blue) = 64+97+148=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #406194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406194 is #BF9E6B. Grayscale: #5C5C5C. Windows color (decimal): -12557932 or 9724224. OLE color: 9724224.

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

Color convert

RGB6497148-
CMYK0.570.3400.42
HSL216.43º39.62%41.57%-
HSV(B)216.43º56.76%58.04%-
XYZ11.7311.7829.67-
YUV92.95159.07107.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=20.71%
G=31.39%
B=47.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64971480.570.3400.42216.4339.6241.57
Hex406194392202Ad8282a
Octal10014122471420523305052
Binary1000000110000110010100111001100010010101011011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406194; }

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

 H1.HeaderClassName
 {
   color: #406194;
 }
 .AnyTagClassName
 {
   color: #406194;
 }
</style>
background-color css

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

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

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

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

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

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