#406197

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

Shades of Mariner #406197

Tints of Mariner #406197

Color information

#406197 (or 0x406197) is unknown color: approx Mariner. HEX triplet: 40, 61 and 97. RGB value is (64,97,151). Sum of RGB (Red+Green+Blue) = 64+97+151=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #406197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406197 is #BF9E68. Grayscale: #5D5D5D. Windows color (decimal): -12557929 or 9920832. OLE color: 9920832.

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

Color convert

RGB6497151-
CMYK0.580.3600.41
HSL217.24º40.47%42.16%-
HSV(B)217.24º57.62%59.22%-
XYZ11.9711.8730.94-
YUV93.29160.57107.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=20.51%
G=31.09%
B=48.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64971510.580.3600.41217.2440.4742.16
Hex4061973A24029d9282a
Octal10014122772440513315052
Binary1000000110000110010111111010100100010100111011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406197; }

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

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

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

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

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

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

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

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